Posted by Mr PHP on October 9, 2008
Posted by Mr PHP on October 8, 2008
Posted by Mr PHP on October 4, 2008
html_helper::link()
This small snippet will allow you to load CSV or other delimited Data from a File into a named array. The heads in the CSV file will be used for the names of the array keys.
Posted by Mr PHP on September 30, 2008
This Regular Expression will verify if a date is a valid YYYY-MM-DD with an optional HH:MM:SS. It checks to see if the day is a valid day in the given month with the consideration of leap years.
Posted by Mr PHP on August 22, 2008
Merge all of your CSS and JS into one file to improve server speed.
Posted by Mr PHP on August 6, 2008
A list of a few commands useful for managing an exim mail server.
Posted by Mr PHP on July 31, 2008
Give this function a phrase and it will return all of the permutations of the words that make up the phrase.
Posted by Mr PHP on July 25, 2008
I searched long and hard to find what was causing swfupload to fail on my cPanel, but work on my test environment so I thought I better save the result incase I need it again.
Posted by Mr PHP on May 14, 2008