Code for test_php.php

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>test_php.php</title>
</head>

<body>		

<?php
			echo "<p>PHP is working<p>\n";
?>     

</body>

</html>