The UniPhpSql.cs (Unity C#) gathers user data and sends it to the PHP script on the server via an HTTP POST request.
The db.php file contains the code to connect to the database.
The insertscore.php file contains the PHP script that receives the data from Unity, executes the SQL statement, and returns the result.