<html>
<head>
<title>Do I have PHP?</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<?php
echo "<H1>Congratulations! You have PHP.</H1>";
?>
</body>
</html>

Return to Having fun with PHP.