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…

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'; ?>