I have downloaded php from php.net and followed the installation instructions.
But when i attempt view a simple file ...
html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
nothing happens.
what else do i have to do to make iis acually process the php script? (im new to web development)