php-src/test.php

7 lines
77 B
PHP
Raw Normal View History

2013-11-10 13:01:46 +00:00
<?php
echo "Hello World\n";
2013-11-10 14:43:46 +00:00
if (isset($greeting)) {
echo $greeting;
}
2013-11-10 13:01:46 +00:00
?>