The PHP hello world should have this in the index.php:
<?php echo "Hello World!"; ?>
Sure, the example will work, but it's not actually PHP.
The PHP hello world should have this in the index.php:
<?php echo "Hello World!"; ?>
Sure, the example will work, but it's not actually PHP.