working through http://en.wikibooks.org/wiki/PHP_Programming, adding the requisite hello world page

This commit is contained in:
Dan Buch 2010-12-28 21:21:42 -05:00
parent bc7831d9da
commit c704331740

View File

@ -0,0 +1,3 @@
<?php
echo "Hello, World!";
?>