Re: [PHP-DB] Header error

2001-06-29 Thread Johannes Janson

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]




[PHP-DB] Header error

2001-06-29 Thread Wilmar Pérez

Hello guys

Thanks very much for your help on the ADODB error, I have already fix it.
Now I've got another weird message.   When I send data to the DataBase from
a form, it does store the data but sends me back the following response:
***
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
***
I checked line 80 and there is a closing parenthesis in there.

Any idea?

Thanks a lot for your help.
---
Wilmar Pérez
 IT Manager - Central Library
 University of Antioquia
   Medellín - Colombia
  tel: ++57(4)2105145
---


-- 
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]