Installing PHP and MySQL
Posted on June 23rd, 2010 by John Casey
When developing PHP applications it is very useful to have the latest versions of PHP and MySQL installed on your local machine. This then allows you to quickly and efficentally make changes to your code without the need to download and then upload files to your server. When installing PHP you first need to have […]
Filed under PHP | 941 Comments »
Logging Errors With PHP
Posted on June 20th, 2010 by John Casey
This is just a quick little tip to show you how to log any errors in PHP to a txt file. This allows you to view any unexpected errors found in your code, even if a user does not tell you of the error.
Filed under PHP | 956 Comments »


