al_borland 8 hours ago

The PHP hello world doesn't actually use any PHP. That file could be renamed index.html and run out of a folder on your desktop.

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.