Current location: Hot Scripts Forums » Programming Languages » PHP » How do I write Querying?


How do I write Querying?

Reply
  #1 (permalink)  
Old 10-29-08, 02:36 AM
hakeem hakeem is offline
Newbie Coder
 
Join Date: Sep 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Question How do I write Querying?

i have the following users on a table

yahoo
google
hotmail
gmail
mail
web

I want to select the first 2 record(yahoo, google), and next 2(hotmail, gmail),
and last 2 (mail, web) please how do i write the query.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-29-08, 03:29 AM
smithygotlost smithygotlost is offline
Aspiring Coder
 
Join Date: Jul 2006
Location: United Kingdom
Posts: 412
Thanks: 12
Thanked 3 Times in 3 Posts
well thats just lazy lol

here is a tutorial post some code that you think will work then we can help mod it

tutorial here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-29-08, 08:04 AM
phpdeveloper2004 phpdeveloper2004 is offline
Wannabe Coder
 
Join Date: Aug 2004
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
select * from users limit 0, 2
select * from users limit 2, 2
select * from users limit 4, 2
__________________
A magazine on programming, web development, technologies and blogging -
www.techcubetalk.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP write to text file veeco Script Requests 2 02-10-10 03:48 PM
write to text file winracer PHP 35 07-17-08 01:23 PM
Large data querying adubb PHP 1 11-20-06 05:34 PM
for loop to retrieve info and write approbiate line of code? benq PHP 0 05-07-06 05:45 AM
How do I write an array to a file? bark PHP 2 03-30-04 01:28 PM


All times are GMT -5. The time now is 12:48 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.