View previous topic :: View next topic |
Author |
Message |
alythcott -
Joined: 16 Jul 2003 Posts: 13
|
Posted: Thu Sep 18, 2003 12:25 am Post subject: Warning: Cannot modify header information - headers already |
|
|
how can i correct this problem???????????? |
|
Back to top |
|
 |
alythcott -
Joined: 16 Jul 2003 Posts: 13
|
Posted: Thu Sep 18, 2003 12:34 am Post subject: |
|
|
i am trying to create a page authentication script using $PHP_AUTH_USER and $PHP_AUTH_PW |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Sep 19, 2003 3:54 pm Post subject: Re: Warning: Cannot modify header information - headers alre |
|
|
alythcott wrote: | how can i correct this problem???????????? |
This means that you tried to execute a header() statement after other output went to the server (typically by using echo/print). Can you post the contents of your script for review? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|