Display PHP Progress Live [Server Setting?] -


well have script , it's doing loop of stuff, when running same script on friends server display progress live, display text doing loop.

but reason on server, it's waiting until scripts done executing before displaying data ever.

you guys got ideas?

thanks!

add

 ob_flush();     flush();  

after each system out (echo / print) etc ..


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -