RE: [PHP] Warning: Cannot modify header information - headers already sent by (o

2004-03-10 Thread Mike Mapsnac
Thank for your help .. One more question: I include header to the acount.php page. And it gives the same error, but in this situation I don't have any outputs. Also, I start session in header, not in the account. ?php //Account.php //session_start(); include_once(lib/lib_main.php);

RE: [PHP] Warning: Cannot modify header information - headers already sent by (o

2004-03-10 Thread Chris W. Parker
Mike Mapsnac mailto:[EMAIL PROTECTED] on Wednesday, March 10, 2004 4:31 AM said: Thank for your help .. no problem. One more question: I include header to the acount.php page. And it gives the same error, but in this situation I don't have any outputs. yes you are. here is why: --