It is something like:

SELECT * FROM table LIMIT 0,10

and then on the next page the limit becomes 10,20 and so on ....

A code ? ... hm ... not sure ...  but if you get any software that does this
kind of list it could give a more precise idea on what I am talking here
about...



Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com


-----Original Message-----
From: Scott Parks [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 2:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP] db paging with MS Sql


Has anyone seen a good lession or code example on paging records from MS Sql
7?  Say I have 300 records and
want to break them down to 10 per page using [previous | next ] and a list
of page numbers at the bottom.

tia


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to