Hello,
I'm using AJAX/PhP/MySQL, for run my game, so i use some AJAX Request for update my DataBase and maintain her Up to Date,
so the first time i'm ask a request for Create or Delete a char this work but some time not ... So i don't really know if it's because the DB link was close or other thing ...
So be sure the request was complete i would like to know if there is a way for Retry the request until it's done ( and not with the error option, because there is no error ^^ )
Hope you understand !
Thank you =)