working through http://en.wikibooks.org/wiki/PHP_Programming, adding the requisite hello world page
This commit is contained in:
parent
bc7831d9da
commit
c704331740
3
docroot/html/helloworld.php
Normal file
3
docroot/html/helloworld.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
echo "Hello, World!";
|
||||
?>
|
Loading…
Reference in New Issue
Block a user