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
Moderator: General Moderators
Code: Select all
SELECT * FROM database LIMIT 10
?>