Can I do this:
$ot = mktime (date("H"), date("i"), date("s"), date("m") ,date("d"), date("Y"));
?
It doesn't seem to be working. I need to make a timestamp that changes every second
What about time() if you want the current time.
HalfaBee