View Single Post
  #3 (permalink)  
Old 10-17-2008, 08:35 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Dec 2006
Location: Bragg Creek, AB, Canada
Posts: 534
DaveSawers RepRank 4DaveSawers RepRank 4DaveSawers RepRank 4
Default 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.
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote