How can we have the list reset every 30 days or so?
making all the in / outs all 0 at the end of the month etc?
Many Thanks
Moderator: WarezCoders Team
<br><input type="submit" value="Reset Link Exchange" name="rle"> if(isset($_POST['rle']))
$rle = $_POST['rle']; if(isset($rle)) {
mysql_query("UPDATE wcle_sites SET vin=0, vout=0");
mysql_query("TRUNCATE TABLE wcle_log");
echo '<div align="center" style="color:green;">Link Exchange Table Reseted</div>';
} 
Users browsing this forum: No registered users and 1 guest