Hello World in PHP

January 21, 2008 | Hello World, php

The hello world example in PHP.

1
2
3
<?php 
echo "Hello World!";
?>

Post a Comment