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