Re: [PHP] CGI error when loading iFRAME

2003-11-15 Thread Marek Kilimajer
Miroslav I. wrote:
Hi, people

#The problem:
There is an error message that stops proper loading of one iFRAME, I
couldn't understand what is the problem.
Complete error message issued:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:<<
###Additional:
PHP Version 4.3.3 is running on Windows 2000 server
This is a common problem with php on iis, google for the error string to 
get possible solutions.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] CGI error when loading iFRAME

2003-11-14 Thread Miroslav I.

Hi, people

#The problem:
There is an error message that stops proper loading of one iFRAME, I
couldn't understand what is the problem.
Complete error message issued:
>>CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:<<

- In one of two FRAMEs of "main.PHP" , "zero.PHP" page is loaded.
- "zero.PHP" has 3 iFRAMEs.
- Both the first and the second iframe has its own self refering PHP file
(if one of the PHP files name is "first.PHP" its form has:
action="first.PHP").
- One of the PHP files, e.g.: "first.PHP" loads the "third.PHP" file in the
third iFRAME when a condition was met, using expression like:
echo 'top.frames[1].frames[1].location="third.PHP";
';
- Sometimes loading of the "third.PHP" issues mentioned CGI error.

##What is the problem, why the error?

###Additional:
PHP Version 4.3.3 is running on Windows 2000 server

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php