PHP - How to Create Pagination links
Loading small sets of data into a web page won't be a problem but whenever you load large sets of data,your browser window may lag and this is where pagination comes into the light.
Download PaginationLinks.php from https://github.com/thewebblinders/php-how-to-create-pagination-and-display-near-by-links and include it in your file
Go through the comments in the code for clear explanation
getPagination()
- Above code will automatically validate requested page number
- You can set number of pagination links to be displayed by changing $nearbyLinks
- You can make links to be some buttons or some custom html by changing the values $linksFormat and $currentPageLinkFormat
- You can highlight the current page the user is on by making changes to $currentPage
To see it in action , download and extract files from https://github.com/thewebblinders/php-how-to-create-pagination-and-display-near-by-links and run index.php , you will see pagination links