Databases: Simple Paging
sinasalek (contact me)
This class can be used to show navigation links to browse MySQL SELECT query results split in multiple pages.
It can calculate the total number of pages to display the results of a given MySQL select query.
It generates a navigation bar made of HTML links to go to the next, the previous and other pages that display a limited number of results of the given query.
The limit number of results per page and the base link URL are configurable.
Click here for detailed information about this class on phpclasses.org