I have a user sign up page that collects sign up information from user with
form.
This form will then be submitted to another process.php page for setting up
the user account and send email to the user.
After the email been sent out, the user will be directed back to homepage
with header("location: index.php").
However, error happen with warning: [Cannot modify header information -
headers already sent by...]
Any workaround for this?
Thanks for help!
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php