Please ask these questions on the php-general list.
--Wez.
On Thu, 19 Dec 2002, electroteque wrote:
> sorry about the false alarm , if you go here u will see a working example
>
> http://galleries.dyndns.org:1023/progress.php
>
> i had to add both flush functions together to work , obviosuly fls
sorry about the false alarm , if you go here u will see a working example
http://galleries.dyndns.org:1023/progress.php
i had to add both flush functions together to work , obviosuly flsuh is not
emptying the buffer within a loop, is this still a bug ?
flush();
ob_flush();
"Electroteque" <[EMAI
actually i singled it out , it doesnt flush until the end of the loop, so it
waits till the loop is finished and then flushes i suppose this is a bug.
"Electroteque" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi guys i have the latest cvs , my function used