08-23-2018, 12:10 PM
Best solution would be:
$db->query("ALTER TABLE users AUTO_INCREMENT = 182308000");
With a cron job every night that changes the Auto Increment to the current day at 000.
Thanks,
Brandin.
$db->query("ALTER TABLE users AUTO_INCREMENT = 182308000");
With a cron job every night that changes the Auto Increment to the current day at 000.
Thanks,
Brandin.