This is not really a Unity question. Typically you have a web server, which has some PHP or similar that talks to the database. You can then make GET and POST requests to the PHP to read and write data. On the Unity side you just need to use the `WWW` and `WWWPost` classes.
↧