Games are more fun when there is a leaderboard of high scores that the players have achieved. Even single-player games can communicate with a shared web-based leaderboard. This recipe creates the web server-side (PHP) scripts to set and get player scores from a SQL database. The recipe after this one then sees us creating a Unity game client that can communicate with this web leaderboard's server.




















































