Posted by Kevin Raleigh on 07/12/07 22:37
I understand the problem now so I redesigned the page so that all the php is
at the top when the header(location) call is made.
thank you
Keivn
"Geoff" <fooooooool@hotmail.com> wrote in message
news:469222ca$0$27850$db0fefd9@news.zen.co.uk...
>
> "Kevin Raleigh" <kraleigh@sbcglobal.net> wrote in message
> news:96udnd_dxZHwRxPbnZ2dnUVZ_qmpnZ2d@giganews.com...
> > Actually that is what I am doing. I just left out the top of the script
> > containing all of my validation functions.
> >
> > If I use header('location: XXX'); I get a very nasty error that I
haven't
> > been able to resolve.
> >
> > Warning: Cannot modify header information - headers already sent by
> > (output
> > started at G:\xampp\htdocs\bethel\1purpose_bethel\register.php:8) in
> > G:\xampp\htdocs\bethel\1purpose_bethel\register.php on line 107
> >
>
> you have started outputting stuff, then tryed to add a header, so it's
> complaining
>
>
[Back to original message]
|