Hi:
I don't know whether this is your case or not, but this happened me once I didn't
properly URLencoded the variables within my query string (GET method), and some of
those variables had blank spaces.
Greetings,
F.J. Ortiz
----- Mensaje original -----
De: "Chaz Yoon" <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviado: Friday, February 16, 2001 2:01 AM
Asunto: [PHP-WIN] CGI error: incomplete headers?
> 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]
>