[PHP] Re: buffering headers before send

2005-05-07 Thread Claudio
"M. Sokolewicz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > ob_start buffers both `normal` output AND headers. Humm, now it works... Is there something else that must be set, so that ob_start() works or not? Something like an php.ini entry? Here is the listing of ob_start.php5 "; $x = ob_get_cl

[PHP] Re: buffering headers before send

2005-05-07 Thread M. Sokolewicz
Claudio wrote: Hi, is there a way to buffering headers before sending like "ob_start()" ? Thanks, Claudio ob_start buffers both `normal` output AND headers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php