Re: [PHP] Re: One more 'Headers Already Sent' error. :-(

2002-06-26 Thread Brad Melendy
I wanted the script to redirect to different locations based on what conditions were being met. My problem turned out that I had an include statement including an html file prior to the header function on line 17. If I understand this correctly, the include statement was providing 'output' and th

Re: [PHP] Re: One more 'Headers Already Sent' error. :-(

2002-06-26 Thread Brad Melendy
> (unless output buffering is on). > > ---John Holmes... > > > -Original Message- > > From: Brad Melendy [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 25, 2002 10:39 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] Re: One more 'Headers Already Sent'

Re: [PHP] Re: One more 'Headers Already Sent' error. :-(

2002-06-26 Thread Erik Price
On Tuesday, June 25, 2002, at 06:07 PM, Brad Melendy wrote: > Well, I have traced this down to line 4 in the following code > 'include("header.html");' which just includes my navigation bar. If I > comment it out, everything works great, if I leave it in, I get the > error > Headers Already S