Home     PHP / Javascript / Ajax
PHP PHP Pagination Class (MyPagina) Script

PHP Script Codes > database-tools

PHP Pagination Class (MyPagina) Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 10428

PHP Script Codes > PHP Pagination Class (MyPagina)
The page navigation (pagination) of lists with records from a (MySQL) database is often used on a lot of dynamic websites. This class is extremely easy to use in your existing application: just use your own SQL statement and voila you get information like the result set (you need this for later output, page navigation links and the (current) number of records. While using this class all other query string parts are included inside the page links. An example database table (with data) is included. New in Version 1.03: There is a new variable $max_rows, this variable is used to limit the maximum of results during a query. That will say if there are more rows then the number of $max_rows only the last one will show up. Use the new variable $outstanding_rows if you need to inform the user about that.