Recommend this page to a friend! |
All requests ![]() |
> | MySQL Pagination | > | Request new recommendation | > | ![]() |
> | ![]() |
by rafi randoni - 8 years ago (2015-01-15)
+4 | I need to query a MySQL database and show links to pages of the results listing. |
+1 |
please check example.php first, you'll find out, how it is deadly simple to use... |
+4 |
It's a generic implementation. The total number of records fetched from MySql table need to be passed as first parameter. Please check example.php <?php include_once 'class.AutoPagination.php'; $obj = AutoPagination::getInstance(); echo $obj->paginateRecords(50, $_GET['page']); // 50 is the total record count selected from mysql database ?> |
Recommend package | |
|