Monthly Archives: July 2010

WordPress end of life for PHP 4 and MySQL 4

The WordPress developers have announced that PHP 4 and MySQL 4 will no longer be supported as of WordPress 3.1, due for release later this year. Part of me is surprised that it has taken so long for this to … Continue reading

Posted in WordPress | Comments Off

Updated PHP Coding Guidelines

Several years ago, I wrote an article entitled PHP Coding Guidelines for evolt. It received a reasonable number of comments and positive feedback, and was my first foray into the world of writing articles on programming techniques. I’ve now updated … Continue reading

Posted in General | Comments Off

Hello World

It’s customary to begin programming with an example which prints ‘Hello World’, so I thought I’d do the same with this blog: <?php echo ‘Hello World’; ?>

Posted in General | Comments Off