RE: [PHP] flush output error

2002-12-19 Thread Ford, Mike [LSS]
-Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 19 December 2002 07:52 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 ,

[PHP] flush output error

2002-12-18 Thread electroteque
hi guys i have a little problem with flushing the buffer output, in this loop it should be downloading a file and changing the progress of a progress bar, although it waits until the shell_exec of all the files are done and then flushes the buffer which will start @ 95% , so it wont start until

Re: [PHP] flush output error

2002-12-18 Thread Wico de Leeuw
At 20:41 18-12-02 +1100, you wrote: hi guys i have a little problem with flushing the buffer output, in this loop it should be downloading a file and changing the progress of a progress bar, although it waits until the shell_exec of all the files are done and then flushes the buffer which will

Re: [PHP] flush output error

2002-12-18 Thread electroteque
no this has been working before, it stopped working ever since i upgraded to 4.3 , whats there to multitask ? i'm simply executing curl and then executing the funtion after not at the same time but should both be executing within the same loop , it was working before especially for image uploads

Re: [PHP] flush output error

2002-12-18 Thread electroteque
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(); Wico De Leeuw