php-db | 2002122
Date: 12/25/02
- Next message: Martin S: "Re: [PHP-DB] How to solve T_STRING error?"
- Previous message: Jason Wong: "Re: [PHP-DB] How to solve T_STRING error?"
- Next in thread: John W. Holmes: "RE: [PHP-DB] Cannot add header information error"
- Reply: John W. Holmes: "RE: [PHP-DB] Cannot add header information error"
- Reply: Leif K-Brooks: "Re: [PHP-DB] Cannot add header information error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi guys
I have this error when I tried to use a sign-up form.
The thing is that I use some classes for database interaction, and I
respond by
return "Values";
to the functions.
Also, in line 18 in page.php I have this
Header("Location: page1.php?string=value");
The Line 363 marks the class end ?>
Warning: Cannot add header information - headers already sent by (output
started at classes/member_class.php:363) in F:\Web Applications\My
work\site\page.php on line 18
Could someone explain what is happening, the code is clear.
Thanks
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Martin S: "Re: [PHP-DB] How to solve T_STRING error?"
- Previous message: Jason Wong: "Re: [PHP-DB] How to solve T_STRING error?"
- Next in thread: John W. Holmes: "RE: [PHP-DB] Cannot add header information error"
- Reply: John W. Holmes: "RE: [PHP-DB] Cannot add header information error"
- Reply: Leif K-Brooks: "Re: [PHP-DB] Cannot add header information error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

