Re: [PHP-WIN] include and warning: headers already sent by ..

2008-02-09 Thread trystano
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

RE: [PHP-WIN] include and warning: headers already sent by ..

2008-02-08 Thread Bill Bolte
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 information like redirecting to another page. Bill Bolte -Original Message- From: germana [mailto:[EMAIL PROTECTED] Sent: Frid

Re: [PHP-WIN] include and warning: headers already sent by ..

2008-02-08 Thread Piotr Pluciennik
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