Pagination is by far the best way to display large numbers of results. With the help of the following codes, developers can display large amounts of data in multiple pages. On the Internet, pagination is generally used for search results or browsing all information (for example: a forum topic). In almost every web application there is a need to divide the returned data and display it by page. The following list provides code that can be helpful in your development. Learning these codes is also helpful for beginners.
1) Use Ajax pagination
The example below uses jQuery + PHP. Demo link
2) MySql paging
Database paging processing.
3) Facebook/Twitter style pagination
4) Php & MySql paging
5) Pagination style
A simple tutorial teaches you how to use CSS to define different styles of pagination.
6) PHP paging class
A PHP paging class
7) Easy Pagination
This is a PHP library that makes pagination easier for you.
8) Basic paging
A very good and easy to follow paging tutorial.
9) Php Page
A simple PHP tutorial
10) perfect-php-pagination
Also a pagination tutorial.
(Full text ends)