Added php

This commit is contained in:
Mike Donaghy
2007-11-20 16:39:19 -05:00
parent 0a9b9d4dc7
commit 8baf6a833b

3
php.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
print("Hello World");
?>