I'm running Windows 2000 Server and IIS 5; running C:\PHP\php.exe for .php files.
I recently installed PHP 4.3.1 using the windows installer and towards the end of the installation I got the error:
"Due to a missing OCX control on your system the installation Wizard is unable to configure your server. However, PHP has been successfully installed, and you need to do now is manually configure the web server as described in the install txt file which can be found in your php installation directory."
So I followed the installation directions but when I view my php file that is in my C:\Inetpub\wwwroot I get the error:
"CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:"
The code that is in that php file is
<?php
phpinfo();
?>
Did I miss a step or do something wrong? I really want to get PHP working...