How to execute function if there is hour 12:00 (noon)?
toplisek
11:39 am on Nov 26, 2010 (gmt 0)
How to execute function if there is hour 12:00 (noon)? As we know time is simple: $dt = mktime(date("G"), date("i"), date("s"), date("n"), date("j"), date("Y"));