[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Vladimir V. Bashkirtsev
> > Because script redir.php3 must not have header command... Same header is > > generated by web server. Thus browser really receives such header twice - > > first used to control page contents and second one become page contents. > If > > you will check page contents you will find this header be

[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Vladimir V. Bashkirtsev
> This should not be there. There is a header() call in the redir.php3 script > as follows: > > > header("Status: 200 OK"); > > > Why is this echoing on the browser screen? Also, the Content-type: > text/html is nowhere in the scripts and still being echoed. Because script redir.php3 must not