Figure 2. Code for test page

<html>

<head><title>Test Page></title></head>

<p>

<?php

@@@@echo "This is my PHP test page";

?>

</p>

</html>