Posted by Geoff on 07/09/07 11:57
"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]
|