Aug 2, 2000 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 Does anybody know how to do this?<br><br>thanx
Aug 5, 2000 #2 Rhyan Programmer Joined Jul 4, 2000 Messages 33 Location US add <br><br>LIMIT 20 <br><br>to the end of your query Upvote 0 Downvote
Sep 1, 2000 Thread starter #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 if you want to page through them use LIMIT 'start', 'limit' where sart is the offset and limit is the number of results (i.e. 20) Upvote 0 Downvote
if you want to page through them use LIMIT 'start', 'limit' where sart is the offset and limit is the number of results (i.e. 20)