(note that this thread is off-topic.  This list is about
    developing PHP, not developing with PHP. Further emails
    on this topic should be send to php-general.)

    A possible cause is passing a string to header (or SetCookie)
    which contains a CRLF.

    header("Foo: bar\r\n");

    Get rid of that CRLF and it should work.

    - Sascha                                  Experience IRCG
      http://schumann.cx/             http://schumann.cx/ircg


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to