|
Posted by Gordon Burditt on 06/19/06 00:59
>> >But as I said earlier in the thread, PHP is giving me bum messages that
>> >offer no illumination.
>>
>> They are telling you where the problem is. White space is a common,
>> and difficult to find, but not the only cause of headers being sent.
>
>I think you are right, they are telling me where the problem is. I now
>suspect the error was being triggered when this class method (which
>sends a charset header) was called:
The combination of header(), which sends a header,
and ob_end_flush(), which forces the output, means you can't
call session_start() after this function gets called.
Gordon L. Burditt
Navigation:
[Reply to this message]
|