I recently installed PHP on a windows 2000 workstation, test scripts working
excellent I thought, until I rebooted....
On testing a script I created the browser simply displays the contents of
the action.php inc all code.

I tried to open phpinfo.php containing the code

<?php
if(strstr($HTTP_USER_AGENT,"MSIE")) {
    echo "You are using Internet Explorer<br>";
}
?>

and received the following error.
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to