Charles:

I suggest that you run your script from the command line and see what
is going on.  If something wrong happened, like an error, this output
from PHP will corrupt the header and then, part of it will go to the
browser as output.  This is why you are seeing that information in
your browser.  The header ends with a double CRLF and anything after
this is echoed by the browser.

Pablo
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Friday, March 09, 2001, 8:11:02 AM, Charles wrote:

CWCA> Hey all,

CWCA> I have a weird problem here that maybe somebody out there can shed some
CWCA> light on.

CWCA> If you go to this URL:
CWCA> http://www.acns-online.com/chuck/stories/op/storiesView/sid/3/
CWCA> you will notice at the top of the page the following output:

CWCA> Status: 200 OK Content-type: text/html

CWCA> This should not be there.  There is a header() call in the redir.php3 script
CWCA> as follows:

CWCA> <snip>
CWCA> header("Status: 200 OK");
CWCA> </snip>

CWCA> Why is this echoing on the browser screen?  Also, the Content-type:
CWCA> text/html is nowhere in the scripts and still being echoed.

CWCA> Chuck


CWCA> ==============================================
CWCA> Charles Williams
CWCA> (Owner)
CWCA> Accent Computer & Network Services
CWCA> Markt 2
CWCA> D-95679 Waldershof
CWCA> Tel: +49 (0) 9231 972670
CWCA> Fax: +49 (0) 9231 972671
CWCA> http://www.acns-online.com
CWCA> GB/CS/O/U d-- -p+ c+++ l++ u- e+ m+ s++/ !n h---- f !g w++ t+ r x**
CWCA> ==============================================

CWCA> **************Email Confidentiality Footer**************

CWCA> The information contained in this email and any attachments is intended
CWCA> for the named recipients only. It may contain privileged and confidential
CWCA> information and if you are not the intended recipient, you must not copy,
CWCA> distribute or take any action in reliance on it. If you have received this
CWCA> email in error, please return it to the originator advising of the error
CWCA> and delete all copies from your system.



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

Reply via email to