Programming Fundamentals/Introduction/PHP

From Wikiversity
Jump to navigation Jump to search

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.

See Also[edit | edit source]