this sort of works.. I did a similar thing on a site.. but it *really* is
not what HTTP is designed for + you start to get all kinds of things... main
problem being it won't execute code afterwards to then.. if, for example, it
is displayed in a table then that won't work + some browsers may not d
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
You have multiple choices...
You can make your life easy with a simple javascript like:
file.php
or you can use the meta tag equiv like:
http://server/timeup.php";>
be more specific...you can do lots of stuff actually...
""ewoong"" <[EMAIL PROTECTED]> wrote in message
9h9ild$jps$[EMAIL
Hi..
If I want to run a function at each intervals, what function I can use ??
I try to display " Time is Up " each five-minute.
" Time is up "
after five-minute..
" Time is up "
after five-minute..
4 matches
Mail list logo