RE: MySQL game
Using something like a Winsock control or sockets, yes.
However most MySQL servers have them set up so they can only be accessed locally or from predefined addresses.
What you need to do is write a PHP script which your game submits the scores to, and then the PHP script stores the info in the DB.
|