"Hello World" in Web Development

2 Bogdanp 1 8/12/2025, 11:01:38 AM unplannedobsolescence.com ↗

Comments (1)

al_borland · 2h 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.