Menu

PHP Pagination Class Script to paginate content

This PHP Pagination Class can be used to paginate contents stored in a MySQL database, or into an Array, or eaven a string with large text content that you want to divide into multiple pieces, with a page for each piece.
The script is very flexible, you can easily set the number of rows displayed on the page, or in the case you paginate a large text, you can choose to divide the text into a specific number of pieces or according to a number of maximum characters (without breaking words).

PHP Pagination Class - Script to paginate content.

Project Admins: