indows@lists.php.net
Sent: Fri, 8 Feb 2008 21:17
Subject: RE: [PHP-WIN] include and warning: headers already sent by ..
Also make sure that one/some of the includes aren't trying to echo/print
something before it should. For ex: don't echo something before trying
to output header
TED]
Sent: Friday, February 08, 2008 1:51 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] include and warning: headers already sent by ..
Hi there!!!
i just want to ask something...
Sometimes when i need to do several include, or require_once or both i
get the messeage:
Warning: cannot mod
Try to remove characters (like spaces) that can be found at the end of your php
scripts...
example:
where ### are any characters (even invisible), after the closing tag. There
should be nothing.
HTH, let me know
Piotr
germana <[EMAIL PROTECTED]> wrote: Hi there!!!
i just want to ask so
Hi there!!!
i just want to ask something...
Sometimes when i need to do several include, or require_once or both i
get the messeage:
Warning: cannot modify header information - header already sent
by
How i can solve this problem...
Thanks!!!