Those errors mean that PHP is trying to send headers to the browser after
something has already been made viewable in the browser.  Make sure that the
header() functions are being used before anything gets output to the
browser.

Tyler Longren
Captain Jack Communications
www.captainjack.com
[EMAIL PROTECTED]

----- Original Message -----
From: "Drew Boillot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 10:26 AM
Subject: [PHP] Cannot add header infomation


> Hello, Anyone in the mood to help someone who doesn't really know what
they
> are doing when it comes to PHP?
>
> I am tring to get NoCC Mail to work http://nocc.sourceforge.net/ on my
> website, and keep getting the warning, "Warning: Cannot add header
> information - headers already sent by (output started at
> D:\Inetpub\wwwroot\imap\noccmail\conf.php:203) in
> D:\Inetpub\wwwroot\imap\noccmail\index.php on line 14
>
> Warning: Cannot add header information - headers already sent by (output
> started at D:\Inetpub\wwwroot\imap\noccmail\conf.php:203) in
> D:\Inetpub\wwwroot\imap\noccmail\html\header.php on line 3
>
>  I am useing PHP 4.2.1 If you need any more infomation, let me know.. As I
> said i'm new at this..
>
> Drew
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to