A real PHP newbie looking for basic install help...
I used php-5.2.6-win32-installer.msi standard install -- selected IIS CGI during install. No extensions selected. It said it did a successful install -- it lied :-)
I tried loading a simple page:
http://127.0.0.1/test.php as follows:
<html>
<body>
<?
echo "Hello Planet Earth.";
?>
<br>
This is normal HTML text...
</body>
</htmL>
The HTML text appeared by no PHP text.
I don't see PHP running as a service.