PHP echo

This is an echo test.


<?PHP

echo "Hello!";

?>

That is how you echo.