hunter Posted July 6, 2007 Posted July 6, 2007 I just resetted my game i cleared all the tables and so on only thing now when people sign up they get a high number like 174 instead of like 4 or 5 anyone know how i can fix this ? thank you :mrgreen: Quote
UCC Posted July 6, 2007 Posted July 6, 2007 Re: Looking for help You would need to Optimize the table. And It's Reset. There is no reason to makeup a word resetted when the word itself is all you need. Quote
Dabomstew Posted July 7, 2007 Posted July 7, 2007 Re: Looking for help When u reset the game make sure to use the empty table function in phpmyadmin rather than just deleting all the records. This will ensure that the counters for the ID numbers are reset back to 1 as well. In query form thats: TRUNCATE TABLE `x`; instead of DELETE FROM `x`; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.