well.. the scenario is like this..
lets say i have this code.. that loops 10 times.. inside the loop it echo out something...
php will execute finish the loop 10 times then echo that something 10 times one shot..
how can i force php to echo out each time it loops ? rather then process till finish then only echo ? ..
is there some sort of command to do that or any workaround ?
thanks 🙂