Re: PHP output while script is running
I expect those unrelated posts will be removed by a moderator in due course.
Anyway, back to the question.
Simplest solution is to break your script into separate modules and execute them sequentially via AJAX calls. That way, each part can report back upon completion. Using AJAX means you don't have to refresh the entire page after each module, just add information to the progress.
|