RE: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Tom Rogers
; >so, which one in line 4 have send anything first >please help me to fixed > >regards >anton > >-Original Message- >From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 29, 2002 1:37 PM >To: Anton Heryato; [EMAIL PROTECTED] >Subject: Re:

Re: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread 1LT John W. Holmes
> 1::PHp > 2: > 3:hahahahha Maybe it's just me, but those 3 lines look like they are sending something to the browser > so, which one in line 4 have send anything first > please help me to fixed > > regards > anton ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Ed Gorski
Fix that and you >will be fine. > >---John Holmes... > >- Original Message - >From: "Anton Heryato" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, May 30, 2002 6:37 AM >Subject: [PHP] Warning: Cannot add header information - headers a

RE: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Anton Heryato
: Anton Heryato; [EMAIL PROTECTED] Subject: Re: [PHP] Warning: Cannot add header information - headers already sent by You can't send anything to the browser before you send a header or cookie. Apparently, lagi.php has sent something, though, on line 4. Fix that and you will be fine. --

Re: [PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread 1LT John W. Holmes
OTECTED]> Sent: Thursday, May 30, 2002 6:37 AM Subject: [PHP] Warning: Cannot add header information - headers already sent by > i have one function name deleteCookees that have this error message > > Warning: Cannot add header information - headers already sent by (output > started a

[PHP] Warning: Cannot add header information - headers already sent by

2002-05-29 Thread Anton Heryato
i have one function name deleteCookees that have this error message Warning: Cannot add header information - headers already sent by (output started at /home/reymond/html/phpreport/lagi.php:4) in /home/reymond/html/phpreport/delete.inc on line 10 the script could anybody tell me why this happe