Category Archives: Tips

Autoloading Classes

For those PHP coders out there that are starting to use OOP, if you don’t know about the autoload function, read on.

Posted in Tips | Leave a comment

Dealing with MySQL Date

Working with dates can be a pain, especially if you are storing them in a database. In the quick example you will learn the basics of the date, strtotime, and mktime functions to convert your dates to be stored in … Continue reading

Posted in Tips | Tagged , | Leave a comment