| Subcribe via RSS

Pagination in PHP

July 18th, 2008 | 6 Comments | Posted in Articles, Code, PHP

If you are going to have a site where users can submit stuff, and the stuff is listed on one page, you definitely need pagination. Pagination scripts consist of two main parts: getting the correct records and displaying them, and displaying the page links at the bottom.
More »

Tags: ,