you could use includes and buffer flushing to send a message to the user every time it's completed an include, this would update the status bar and in most browsers display the newly sent content(you will have to flush after every echo or whatever though, since content is normally only sent at the end of the page, regardless of if the buffer is set or not)
http://php.net/manual/en/function.ob-start.php
http://php.net/manual/en/function.ob-flush.php
If you are using PHP please use the [PHP] and [/PHP] forum tags for highlighting...
The same applies to HTML and the forums [HTML][/HTML] tags.
Bookmarks