Programming Fundamentals/Introduction/PHP
hello.phpEdit
// This program displays "Hello world!"
//
// References:
// http://php.net/manual/en/tutorial.firstpage.php
echo "Hello world!";
Try ItEdit
Copy and paste the code above into one of the following free online development environments or use your own PHP compiler / interpreter / IDE.