DO180-apps/php-helloworld/index.php

3 lines
69 B
PHP

<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>