Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, I'm also curious as to how you'd do this. The server stuff isn't included in the source as you know so I'd appreciate if you could show me the script... pretty please?

You mean the verification number generation? I'm not gonna share that as that'll enable you to submit to my database. It's just running some basic arithmetic based on the submitted data on both client and server side and verifying that is matches before it allows the data to be added.

Yeah, that's what I was looking for. You said that it's the first thing covered in any tutorial, I'd appreciate if you can link a tutorial where they show how to do this so I can learn it too, because I'm basically a beginner when it comes to this. Thanks.

Yup, it's as simple as this with PHP and MySQL that I'm using.

https://www.w3schools.com/php/php_mysql_insert.asp