Hey, well I don't really know how to describe this but here's my current situation.
On my old host, I could have a loop going and echo things in the loop. As the code was running that loop, the text i was echoing would appear right away and I could see things happening.
Now though, on my current host if I have a loop like that I only see the text that was being echoed once the loop is done and the script is fully done executing.
I was just wondering if anyone knows why?
Thanks!
edit: output buffering and output compression is off.