Cool.
Btw, something like...
Btw, something like...
PHP Code:
mysql_query('DELETE FROM `online` WHERE `time` > ' . (time() - 600) . '');
Comment