Re: [PHP] Error that I can't find causing header() to fail

2003-12-11 Thread Justin Patrin
eader(); function should be before any output is passed to the browser. I advise you read about the header() function in the PHP manual. - Original Message - From: "rogue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 2:34 PM Subject: [P

Re: [PHP] Error that I can't find causing header() to fail

2003-12-10 Thread rogue
ction should be before any output is passed to the browser. I advise you read about the header() function in the PHP manual. - Original Message - From: "rogue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 2:34 PM Subject: [PHP] Error that

Re: [PHP] Error that I can't find causing header() to fail

2003-12-10 Thread TheHeadSage
ED]> Sent: Thursday, December 11, 2003 2:34 PM Subject: [PHP] Error that I can't find causing header() to fail > Hi all, > > This template I have, has been driving me nuts. I am trying to debug > someone else's code and have narrowed the problem down to a few lines, > bu

[PHP] Error that I can't find causing header() to fail

2003-12-10 Thread rogue
Hi all, This template I have, has been driving me nuts. I am trying to debug someone else's code and have narrowed the problem down to a few lines, but I can't see what would be causing the problem. Here is the scoop. When this template loads it is making: header("Location: http://www.myurl.co