Hi,
[...]
> Warning: Cannot add header information - headers already sent by (output
> started at /home/thesis/public_html/registro.php:2) in
> /home/thesis/public_html/registro.php on line 80
[...]
you can't have any output before calling header(). Output is any HTML or
even
whitespaces before the opening <?php-tag. You'll have to move the header
before
line 2.
cheers
Johannes
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]