The following code, will output "Hello World" to your browser.
PHP:
<?php
echo 'Hello, World!';
?>
<?php
echo 'Hello, World!';
?>
Purple Muffin said:It is great when used to display a message for site updates and junk like that.
<?php
print("Hello");
?>
Bencori said:Wow... Really.. PHP hello world?