[PHP] Hello, World!

Reputation
0
The following code, will output "Hello World" to your browser.

PHP:
<?php
echo 'Hello, World!';
?>
 
Very simple but nice. I hope to see more tutorials with more code in the future. I'm sure it will help with my learning PHP.
 
Thank you for yet another simple PHP tutorial. I guess I shall start to follow your tutorials from this time onwards.
 
Extremely simple, but the start for all PHP coders. I remember this as the first tutorial I ever read.
 
"Print" and "Echo" functions do the same thing, but I prefer echo. I'd say this was the first tutorial I'd ever read. An oldie, but a goodie, for the newbies.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…