Soon or later everyone who learn php will face this thing : ‘paging‘
blog, guest book, search result are using paging for displaying data. Make it easy to read and more friendly
some picture of paging implementation :
Good paging code will survive when record in database or file system getting bigger.
many url in internet exist for such purpose, teach how to create paging with php.
I start to collect them in this page that might be useful for someone who like to implement paging in his guestbook, search result etc.
Some urls :
- PHP Paging: Breaking records into different pages
- Building A Dynamic MySQL Paging Class With PHP
- Object Oriented PHP: Paging Result Sets
- How To add paging (Pagination) with PHP and MySQL
- Simple paging function with "next", "prev" and flexible "by page number" display
- Paging in PHP
Maybe you have found useful url that might help others?
I’ll update the list if I have other link.
Tell me please 🙂