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...
Great tutorial, thank you!
BTW guys, are anyone "in-php", upgraded the code to sent only one score per username? I see I need to check if the username already in db, then update its score and otherwise just add a new record, but not sure how to do it in PHP and MySQL...