I'm using a while loop to pull information from a MySQL database and telling it to display the information from each row. What I'm wondering is how do I make this list a certain amount of information per page. I've tried many things but could not get it working. Can somebody please help me?
Look at the code in the FREEBS - Free Book Store. There is pagination in the index.php file. It is adapted from this tutorial... MySql - PHP Pagination