Search found 2 matches

by jcoppo
Tue Sep 09, 2003 7:20 am
Forum: PHP - Code
Topic: Run PHP from setTimeout
Replies: 3
Views: 433

That clears it up. You saved me endless hours of frustration.

jcoppo
by jcoppo
Tue Sep 09, 2003 12:57 am
Forum: PHP - Code
Topic: Run PHP from setTimeout
Replies: 3
Views: 433

Run PHP from setTimeout

Can someone explain why executing PHP code from a setTimeout loop does not run after the first call to the function. As an example, the following code will display a random number the first time it is called. But successive calls will not change the PHP output. I know that it is running because the ...