Creating the DatabaseCreate a database highscores and a table scores as the following structure: CREATE TABLE `scores` ( The only essential columns here are score and name, however we can store some interesting data about the connecting user in the other columns. Storing the time posted will allow us to show the high scores for all-time, or just today and so on, by modifying the SQL query slightly. Next...Getting and posting scores
( categories: )
|
User login |