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
Post a Comment