The reason I'm posting this here is because I got this error after I added a table to my database. Everything was working fine until I added it. I have tried going back to previous scripts as well as dumping the database and starting over (just test data right now).
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:
I can run a script, say product_list.php, and it works. I try to run it again right after and I get this error message.
Here is a sample of code at the beginning of the script:
<?
header ("Pragma: no-cache");
header ("Cache-Control: no-cache, must-revalidate, max_age=0");
header ("Expires: 0");
I am using
Windows 2000 Server on IIS
MySQL
PHP
Any help would be great.
If this is posted in the wrong place just tell me where it should be posted and I'll put it there.
Thanks
D.