Hello World

28
May
2

This is my first post so I thought I should start at the begining and write a simple “Hello World” for PHP.

<?php echo “Hello World.”; ?>

Seems like I’m off to a flying start.