Re: [PHP] Error with Netscape 6.2

2001-11-14 Thread Phil Driscoll

On Wednesday 14 November 2001 5:10 pm, Michael Stearne wrote:
> That is not an error you get from a browser, that is an error generated
> by the server.  Netscape or IE are just reporting that.  Are you sure
> the app works in IE (try Shift+Refresh on IE and Shift+Reload on NS).
>  It sounds like there is a problem in your code.
...or, if your platform is windows, php is not installed correctly or your 
web server is not configured correctly - in which case the install.txt file 
which comes with the windows distribution will help you out.

Cheers
-- 
Phil Driscoll


-- 
PHP General 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]




Re: [PHP] Error with Netscape 6.2

2001-11-14 Thread Michael Stearne

That is not an error you get from a browser, that is an error generated 
by the server.  Netscape or IE are just reporting that.  Are you sure 
the app works in IE (try Shift+Refresh on IE and Shift+Reload on NS). 
 It sounds like there is a problem in your code.

Michael



Anthony wrote:

> I get a CGI error whenever I view my php app under Netscape 6.  The 
> error is:
> CGI Error
> The specified CGI application misbehaved by not returning a complete 
> set of HTTP headers. The headers it did return are:
>
> My question is, what are the headers that I need to send, where can I 
> find more info on this?  The app works perfectly under IE, but not 
> Netscape.
>
> - Anthony
>
>




-- 
PHP General 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]




[PHP] Error with Netscape 6.2

2001-11-14 Thread Anthony

I get a CGI error whenever I view my php app under Netscape 6.  The 
error is:
CGI Error
The specified CGI application misbehaved by not returning a complete set 
of HTTP headers. The headers it did return are:

My question is, what are the headers that I need to send, where can I 
find more info on this?  The app works perfectly under IE, but not Netscape.

- Anthony


-- 
PHP General 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]