I have a php script which takes maybe 15-20 seconds to run, however until itcompletes a blank web page is displayed to the user. Is there a way/methodwhich would enable me to give some feedback to the user while the script isrunning so the blank page is not displayed?
You could look into flush(); thnx,Chris
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php