On Fri, 22 Nov 2002, Uros Gruber wrote:

> ob_end_flush();

This turns off output buffering after flushing, the first time it gets
called in the first iteration of your for() loop.

> I can make this work on php and apache. I always get output
> in one shot not line by line. If i try this code with php and
> iis it works.

Try using ob_flush() instead.  http://www.php.net/ob_flush
"This function does not destroy the output buffer like ob_end_flush()
 does."

What's odd is that it works like you want it to in IIS ....

        g.luck,
        ~Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to