php paging

How To Create Pagination In PHP Using PDO

Submitted by alpha_luna on
In this article, we are going to learn on How To Create Pagination In PHP Using PDO. This work is very simple, using PHP in PDO without the use of jQuery or Ajax and it is PHP use only. You can use this to your work or projects that have a lot of data to display and to minimize the space of your one page.

PHP Page Navigation

Submitted by admin on
I created this script from PHP Pagination Class. It took me half an hour to create this little script. This script is very useful if you want page navigation in your record. Usage: Just include the class file. include('ps_pagination.php'); then create a new object. $pager = new PS_Pagination($conn, $sql, 8, 10); Complete source code: Page Navigation in PHP Country ID Country Create a database