if time()?
Posted: Sun Mar 05, 2006 5:52 am
Hi Guys,
Can anyone please guide me through setting a time check in php
I need to check if the time equals 12:00 Local Server Time and if it does refresh a certain frame
something like
};
etc
Some help to get thisworking will be much appreciated
thanks in advance.
Can anyone please guide me through setting a time check in php
I need to check if the time equals 12:00 Local Server Time and if it does refresh a certain frame
something like
Code: Select all
$rtime = time(H:M);
$dorefresh = "12:00";
if ($rtime == $dorefresh)){
echo "refreshcode";etc
Some help to get thisworking will be much appreciated
thanks in advance.