Re: [PHP-DB] Header error

2001-07-02 Thread Dobromir Velev

Hi,
I suggest you to check if there is an empty line before the php starting tag
(
To: PHP List <[EMAIL PROTECTED]>
Date: Saturday, June 30, 2001 8:50 AM
Subject: [PHP-DB] Header error


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



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




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