Re: [PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Dave Mertens
> I get the code at the end of this message whenever I > load a page that redirects to another page (i.e. I use > the 'header("Location: page.php")' command). What's > going on? It doesn't do this when the page doesn't > redirect, only when it does redirect. Any thoughts? > This is PHP4, if that h

Re: [PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Manuzhai
That's right, if IE gets an empty page, this is what it displays as the source. - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> To: "Liam Gibbs" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 4:54 PM

Re: [PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Markus Fischer
I could bet this is Internet Explorers answer for an empty page. Did you see the same with other browsers (Netscape, Opera) ? On Thu, Mar 07, 2002 at 07:06:01AM -0800, Liam Gibbs wrote : > Hi guys, recently new here. > > I get the code at the end of this message whenever I > load a

RE: [PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Joseph Tate
D] > Subject: [PHP-DEV] Not getting output I expect on all pages > > > Hi guys, recently new here. > > I get the code at the end of this message whenever I > load a page that redirects to another page (i.e. I use > the 'header("Location: page.php")' comma

[PHP-DEV] Not getting output I expect on all pages

2002-03-07 Thread Liam Gibbs
Hi guys, recently new here. I get the code at the end of this message whenever I load a page that redirects to another page (i.e. I use the 'header("Location: page.php")' command). What's going on? It doesn't do this when the page doesn't redirect, only when it does redirect. Any thoughts? This i