Hi!
try using LIMIT in your query...
SELECT * from thistable LIMIT 0,15
and then make a loop to display the results.
regards
Marcelo Gulin
MacBane escribió:
>
> Has anyone got some code to display the first say 15 records from a query
> then get the next 15 then next for a mysql database
>
> --
> PHP Database 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 Database 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]