PHP Simple Echo Example

This page shows how to put PHP code in your page, how to use the echo command to print things to the page.


Hello from PHP!

This paragraph is echo'd by the PHP code. The browser interprets it as HTML... as it would any other text in an HTML document.