Click to See Complete Forum and Search --> : php 4.2.0


climberfreak2003
07-04-2002, 07:56 PM
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.

<?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:

e_dawg
07-07-2002, 12:39 AM
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