4 lines
101 B
PHP
4 lines
101 B
PHP
<?php
|
|
print "Hello, World! php version is " . PHP_VERSION . "\n";
|
|
print "a change is in the air";
|
|
?>
|