PHP Classes / Pagination class

Show links to browse MySQL query result listings

Pagination class PHP Class

This is a very simple class that can be used to show navigation links to browse listings of MySQL query results split in multiple pages. It takes as parameters the names of MySQL table, query fields, the first result row to display, the number of rows to display per page, and the base URL of the navigation link. The class generates HTML links to go to the previous or the next listing pages.

Similar PHP Classes

Search in PHP Classes

Filter by tags