Fernando Lozano
2017-07-06 c3a50be4f831e67b12bd66da349adfa1e8468530
PHP Hello, world application
1 files added
3 ■■■■■ changed files
php-helloworld/index.php 3 ●●●●● patch | view | raw | blame | history
php-helloworld/index.php
New file
@@ -0,0 +1,3 @@
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>