Misc Articles
Using a global configuration file
Friday, December 5th, 2008 at 3:29am, in Misc, written by Stefan Ashwell
It's one of the basics of PHP and if you read any kind of tutorial or book on the subject it's one of the first things they cover, yet I still see people no using a global 'configuration' or 'include' file. It's one of the easiest things to do and will make your life so much easier!
Using an autoload function to make your life easier
Wednesday, October 1st, 2008 at 2:16pm, in Misc, written by Stefan Ashwell
In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
Choosing a PHP Web Host
Monday, September 22nd, 2008 at 9:07am, in Misc, written by Stefan Ashwell
When looking for a host for your PHP website there are a few things you should consider before you buy. Below I go over a few things to look for when choosing PHP hosting.
Why you will love PHP5
Friday, September 5th, 2008 at 1:41pm, in Misc, written by Stefan Ashwell
If you haven't made the jump from PHP4 to PHP5 yet, here are a few reasons why you should, and why you will love it when you do!

