Page 2 of 2

Posted: Mon Jun 12, 2006 12:39 pm
by RobertGonzalez
Using AJAX (or simple JavaScript even) you could at least write to the browser some type of communication until the PHP request was complete. At least I think you can. My tought on this is that since PHP is doing something on the server that appears to be taking some amount of time to complete, that in the interim, you can check that PHP script and if there is not echo activity, use a client side technology to echo out a status.

Of course I could be way off on this.