Creating your own Leaderboard / Highscores Easy and Free (PHP & MySQL) [UPDATED 2020]

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • 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.