Posted by Vincent Delporte on 06/14/06 19:36
On Wed, 14 Jun 2006 18:19:45 +0200, "Rik" <luiheidsgoeroe@hotmail.com>
wrote:
>for($i=0;$i<=rand(1,60);$i++){
> echo ' ';
> sleep(5);
>}
>
>Not very elegant, but gets the job done I think.
Thx but it doesn't work: I don't see how I can have the script pause
for 1-300 seconds, while still send some empty string to the browser
every 5 seconds just to avoid a time-out error. Did I get this wrong?
[Back to original message]
|