I'm having a curious problem with PHP on IIS while setting up a message
board (Phorum) on IIS 5.0, SQL Server 2000, and PHP 4.0.4pl1 (latest). While
posting a message, post.php receives a POST, processes the passed data to
check for completeness, inserts a row into the database, and then redirects
the user via the header("Location .../list.php?f=1") function. However,
once the redirect occurs, I receive the following message:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
Now, I know this has been in the archives, and I checked it out. The thing
that's different for me is that when I refresh the page, it works just fine.
Somehow, the GET is different from the POST. Does anybody have any thoughts
on how I can fix this? Thanks.
Chaz
--
PHP Windows 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]