<html>
<head>
<title>PHP Test</title>
</head>
<body>
<h1 align="center">Hello World</h1>
<p><font color="red">You</font> are using the <b>following browser</b>:
<?php
echo "<p align=\"center\">";
echo "$HTTP_USER_AGENT<BR>";
echo "</p>
<hr><font color=\"teal\">
<h1 align=\"center\">About the version of PHP your installed</h1></font>";
phpinfo();
?>
</body>
</html>