Databases: pnGenerator
Andreas Christodoulou (contact me)
This class can be used to generate links to browse MySQL database query results split in multiple pages.
It takes as parameters an SQL query and a limit number of results to display per page.
The class executes the query to obtain the total number of results and generates HTML links to browse to the next, previous and other pages over which the query results will be displayed.
Click here for detailed information about this class on phpclasses.org