You'll get that error under IIS if you try to view a file that doesn't exist. IIS tries to send the file to the PHP engine, but since there is no file, you get the message you posted. Check your form and make sure that the action is set yo the correct page and that it is resolved correctly. You'll most likely find your problem there.
- Anthony "Mary Sweeney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I had a very nice little application I was working on. I selected options > from an html page and then after selection I called a PHP script. It worked > just fine, but now when I use the same code unchanged, it gives me the error > you see below and nothing more. This has happened to me twice before. What > gives? There must be something I'm doing, but I can't figure what it is. I > can't be the only person who's gotten this. Please help! > > Thanks, > > CGI Error > The specified CGI application misbehaved by not returning a complete set of > HTTP headers. The headers it did return are: > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php