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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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