> How do I seperate them
> so I can display a fixed number per page and allow
> record navigation on my website?

Use LIMIT in your database query, keeping track of the offset with a
variable. A simple example here (I am sure there are many more out there):

http://www.it-development.de/scripts/demoBrowsDB.sphp3

c
--
Chris Lott
http://www.chrislott.org/ 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to