Ive been scouting around for solutions, im wondering, if i for example, have a level on my character, and a name, i would like to have this in a db for the player, so it can load next time he logs in, and so it can be altered on my website instead of my app. so, first question,
if i want to create a variable in .JSON , called characterlvl , and if i would like to use execute json commands to add or substract from the value inside this .json data file, is this possible?
also i have a hard time understanding where to put the Access-Control-Allow-Origin: * when i use the AJAX plugin, tips?