Archive for the ‘PHP’ Category

Simple Pagination Function

Paginating your lists can be done with a simple function based on the number of items requested for your list. Let’s start with the function, and then we’ll look at the query function that goes along with it, then we’ll look at how to use it in our page.

The next time a piece of code gets you frustrated remember...It's Only Code!