Hi there,
I'd like to know your opinion about how to handle events that may take
more than a minute to finish in PHP. In this case, the code is
performing a recursive action on a large LDAP tree where I'd like to
present something like a status page ("Please wait, blah blah" with
some animated
Am Dienstag, 1. März 2005 01:24 schrieb Richard Lynch:
> Cajus Pollmeier wrote:
> > I'd like to know your opinion about how to handle events that may take
> > more than a minute to finish in PHP. In this case, the code is
> > performing a recursive action on a large L
Am Dienstag, 1. März 2005 09:14 schrieb [EMAIL PROTECTED]:
> You can send a piece of HTML defining some little thing like a div layer
> with your "please wait, bla bla bla"
> So the visitor can read something.
> When the process is finished, you can write another piece of HTML
> containing some
3 matches
Mail list logo