You have multiple choices...
You can make your life easy with a simple javascript like:

<html>
<head>
<title>file.php</title>
</head>

<body onload="setTimeout('location.reload();',5000)">
<?
  echo "Time up!";
?>
</body>
</html>

or you can use the meta tag equiv like:
<meta http-equiv="Refresh" content="3;url=http://server/timeup.php";>

be more specific...you can do lots of stuff actually...

""ewoong"" <[EMAIL PROTECTED]> wrote in message
9h9ild$jps$[EMAIL PROTECTED]">news:9h9ild$jps$[EMAIL PROTECTED]...
> 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