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