does anyone plz have scipt for outbox delete tool after so many days if so could they plz post it n tell me where it goes thanks for any help
outbox delete tool
Collapse
X
-
well, brother, why dont you have a look at some scripst here? For example, how the delete shouts 5 days older? And use same method. Give a try if you want to learn.mysterio.al - programming is a functional art
-
Originally posted by NickGriffin View Postsumin like if timesent is > 3 days old
{
instructions to be carried out
}
$time = time();
$diff = $time - 10000;
mysql_query("DELETE FROM sent WHERE time < '".$diff."');
time goes on growing. So, older post, less time().mysterio.al - programming is a functional art
Comment
Comment