RE: Post making contest
07-13-2016, 08:48 PM
PHP Code:
// HelloWorld.php
/* It's a php script that says "Hello, world".
Or it would, if you actually ran it.
What did you think this was going to do, solve world hunger? */
$str = "Hello, world!";
echo $str;