PHP: wait 2 minute until next, is this right?

Agghanim

New Member
\[code\]$timenow = time();if($lasttime - 120 > $timenow)\[/code\]Is this right? to check if there has been 2 minutes ( 120 seconds ) since lasttime?
 
Back
Top