Re: [PHP] Echo Informative Text will Script Runs - how ?

2002-03-25 Thread Erik Price
On Monday, March 25, 2002, at 10:39 AM, Chris wrote: > How can I echo some text such as "Processing, please wait..." whilst > the PHP > script runs. Rather than displaying a blank screen with the results > being > echoed once the script has fully completed. A hackish and inelegant way to do

Re: [PHP] Echo Informative Text will Script Runs - how ?

2002-03-25 Thread Jon Farmer
> How can I echo some text such as "Processing, please wait..." whilst the PHP > script runs. Rather than displaying a blank screen with the results being > echoed once the script has fully completed. echo ("\"Processing, please wait...\""); flush(); //processing code here... -- Jon Farmer Sy

[PHP] Echo Informative Text will Script Runs - how ?

2002-03-25 Thread Chris
Hi, How can I echo some text such as "Processing, please wait..." whilst the PHP script runs. Rather than displaying a blank screen with the results being echoed once the script has fully completed. Thanks, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/