First page
Back
Continue
Last page
Overview
Graphics
Hello World! A festival of originality
A classic bit of code to show the simple structure of a PHP program
<?php
echo “Hello World!”;
?>
Take a look at
www.logical-progression.org/phpcourse/index.php
Try modifying the code to print your own name
Notes: