Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | MySQL Pagination | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by rafi randoni - 1 year ago (2015-01-15) pagination
+2 | I need to query a MySQL database and show links to pages of the results listing. |
+1 | by rafi randoni 5 - 1 year ago (2015-01-25) Comment please check example.php first, you'll find out, how it is deadly simple to use... |
+2 | by Nitesh Apte 100 - 1 year ago (2015-01-19) Comment 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 | |
|