I need to save the score and the player name of the mobile game to a PHP, then when press the high score button in the game app, display the scores and the name of the players, Starting from Highest to Lower.
Is this possible?
Hi Nabil_fx,
One quick google search and I found this.
1 Like
That is exactly what you need, however though I don’t recommend you use the code provided there in any final game as it is not very secure
What do you suggest as an alternative to a more ‘secure’ approach.
the linked example is fine, and unlikely to get hacked unless someone goes to the trouble of reverse engineering your code. There are some that will bother, but they are few. As long as you have a means of banning scores from users, you will be fine.