I have a very large php maintenance script (basically it recreates thumbnails for an internal archive), it takes 10 to 20 minutes to complete and I noticed that php only displays "echos" when the whole script has finished parsing. Is there any way to show messages like:
Phase 1 - Complete
Phase 2 - Complete
Phase n - Complete
While the script is still doing his thing?
Thank you very much