> 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 Systems Programmer, Entanet www.enta.net Tel 01952 428969 PGP Key available, send email with subject: Send PGP Key -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php