API QUESTION - please HELP!
Im working on a game for a client of mine whom is also working with a MySQL developer.
The MySQL developer is setting up a server with a table in which I need to read/write variables to.
They want the table on the server side so that the client can modify the table easily,
without the need to mess with the C2 game-side of things.
Basically, I need to read write data like the name of the player, their score, how many times they've played, among other data that can be updated dynamically on the server side,
but used to populate questions on the C2 side of things.
I am look for help in knowing what the BEST method would be to do this?
which objects best fit my scenarios needs?
⦁ AJAX?
⦁ JSON?
⦁ ARRAY?
⦁ DICTIONARY?
Any help you could throw my way would be GREATLY appreciated!
many thanks in advance!