Home

PHP Countires, States, Provinces and Territories Array

A couple of projects ago I needed the ability to have international users. I looked for some php functions that would make the task of registering users a little easier. I found some html lists and turned them into php functions that return arrays ** * getAustralianTerritories() * @since 1.2... Read more

Php MySQL pagination with one database query

Pagination is one of the simple features of a site if used right can be a great feature.  For something very simple it seems to be a resource hog.  For a while I have been looking for a way to paganate with out issuing two database queries.  After some quick... Read more
  1. Previous
  2. Next