<?php
		Header("Content-type: text/xml");
?>


<html>
<head>
<title>PHP Test</title>
</head>

<body>

<p>This is a test of PHP.  This line comes from regular HTML.

<?php echo '<p>This line is dynamically generated by PHP'; ?>

</body>

</html>
