In this tutorial you will learn how to create your own Highscores for your games, using your own free server / database. Let's go! Here's an example of how the...
Hello , this is working with PHP 7.2 ?
I try with 7.2 but i cannot get it to work , when i try to save a score from url saying "There was a problem saving your score. Please try again later"
Hi, are you using you own Database or the tutorial database?
I found some small typos in the last version uploaded to duquekarlgames.000webhostapp
You can paste this in savescores.php, under the Error Msg you get:
echo("<br>Error description: " . mysqli_error($con));
Then paste here the new error msg
Hello , thank you for the reply, I just make it to work but it seems is not what im looking for because its not update the players score but it creates a new score each time the same player send score.