-
php 4.2.0
Ive installed PHP manually and with the win32 installer and it still doesnt work. I go to the php test page in ie but it brings up the coding.
Code:
<?php
phpinfo();
?>
I moved the dlls where they need to go. I set the isapi filter in IIS and the .php extensions, etc.. everything the 3 different sets of instructions said. Any idea whats up. Heres one set of instructiosn I used - http://www.php.net/manual/en/install.iis.php:mad: :mad: :mad:
-
Are you by any chance going through your webserver, man? http://127.0.0.1/ -- see if it brings anything up, then chuck the phpinfo.php into the document root and request it with http://127.0.0.1/phpinfo.php, since that's the only reason it wouldn't work, other than IIS choking on the module, but I don't know much about IIS, so I cannot even give a clue of how to check.... Why don't you use Apache? :p