MySQL named locks

Until recently, I've only run PHP sites on single host setups, which has kept things reasonably simple. However, I've moved one project to a load balanced solution, which randomly sends…

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