View Single Post
  #3 (permalink)  
Old 10-17-2008, 09:35 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 492
DaveSawers RepRank 3DaveSawers RepRank 3
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