Did you want these all to appear on the same page? If so then that can't be
done.. the nature of HTTP (the method of delivering pages to the browser)
doesn't allow for this sort of thing.. theres nothing PHP can do about that.

The only alternative I can suggest is for the page to refresh/redirect every
5 minutes...

> Hi..
>
> If I want to run a function at each intervals, what function I can use ??
>
> <for example>
>
>   I try to display  " Time is Up "  each five-minute.
>
>
>                  "  Time is up   "
>
>                    after five-minute..
>
>                  " Time is up "
>
>                     after five-minute..
>
>                   " Time is up "
>
>                        ...
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to