Hi
I have this code to run a MySQL query
$sqlquery .= " AND (visits=0 OR visits<=$visits) ";
Is it possible to write something like this?
$timer = a timer that counts to 300 seconds $sqlquery .= " AND (visits=0 OR visits<=$timer) ";
Check out the sleep function: www.php.net/sleep