RE: [PHP] Re: PHP Header issue

2009-09-18 Thread Andrea Giammarchi
> I think this sort of issue arises particularly because of the > misconception that PHP is embedded inside HTML pages. Once a person has > that idea in their head, they will start to work with an HTML template > and add PHP as necessary. While that can work, in cases such as this, > it's best to

RE: [PHP] Re: PHP Header issue

2009-09-18 Thread Bob McConnell
From: Ashley Sheridan > On Fri, 2009-09-18 at 19:01 +0200, Ralph Deffke wrote: >> sorry man, but no blancs etc. means NOTHING should be send before the header >> >> it should look like this: >> > >> header("Location: advertise2.php"); >> >> ?> >> >> here u can do ur html >> >> >> >> not one

Re: [PHP] Re: PHP Header issue

2009-09-18 Thread Ashley Sheridan
On Fri, 2009-09-18 at 19:01 +0200, Ralph Deffke wrote: > sorry man, but no blancs etc. means NOTHING should be send before the header > > it should look like this: > > header("Location: advertise2.php"); > > ?> > > here u can do ur html > > > > not one! single char incl. space should be ou