php-db | 2001062
Date: 06/28/01
- Next message: Patrick Bui: "[PHP-DB] Looking for info on PHP 4 & Ingres DB"
- Previous message: Joseph Koenig: "Re: [PHP-DB] Modify Query, or sift through results?"
- In reply to: Wilmar Pérez: "[PHP-DB] Header error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Patrick Bui: "[PHP-DB] Looking for info on PHP 4 & Ingres DB"
- Previous message: Joseph Koenig: "Re: [PHP-DB] Modify Query, or sift through results?"
- In reply to: Wilmar Pérez: "[PHP-DB] Header error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

