Hello
You get say 100 records from a mysql database.
(I know how to do this!)
You want to display these 20 per page (ie on 5 pages)
At the bottom of each page you want one of those nice move - between - pages things like on Google:
Previous 1 2 3 4 5 Next
What is the best way to go about programming this?
You get say 100 records from a mysql database.
(I know how to do this!)
You want to display these 20 per page (ie on 5 pages)
At the bottom of each page you want one of those nice move - between - pages things like on Google:
Previous 1 2 3 4 5 Next
What is the best way to go about programming this?