<?php // begin with a PHP open tag.
echo "Hello World\n";
print("Hello quickref.me");
?>

PHP run command

$ php hello.php
Comments