MySQL Select / Next Page
Posted: Thu Jul 08, 2004 7:50 pm
Ok ... basically here is what I need (and cant figure out hwo to do)
I want it so data 1-10 is displayed on the PHP page, but then you can click next to see data 11-20, etc ...
All the data is stored on MySQL ... I know about
But am clueless as to how to make a next page that automatically displays next 10 entries.
THANKS!
Zach
I want it so data 1-10 is displayed on the PHP page, but then you can click next to see data 11-20, etc ...
All the data is stored on MySQL ... I know about
Code: Select all
SELECT * FROM database LIMIT 10
?>THANKS!
Zach