Jump to content
MakeWebGames

Recommended Posts

Posted

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:

Posted

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.

Posted

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`;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...