Hi all,

I have an OpenGL application/Game, that users are required to register online for, i want this application to access my DB on my site (MySQL) or access say INI files on my server, the information stored in the DB or INI file will contain the users details, certain settings, and other information, this information will need to be updated almost every time the user runs the application. This information also needs to be updated through the website.

What would be the best way of doing this, my first thought was to use a CGI/ISAPI app, but how can i change the access rights to the file or modify/create a MySQL entry?

Thanx for your help..