GameMaker MySQLPHPAsync Tutorial




This video will walk you through the process of making a simple game in GameMaker Studio and saving the game with a MySQL database using PHP and …

Original source


37 responses to “GameMaker MySQLPHPAsync Tutorial”

  1. The principle is exactly the same. As long as the code you want to use to connect to the database is written correctly in the php file then it will work. You will however have to type in the full URL rather than just the php file name within the _get("FULL_URL") function for it to be accessed from a non HTML game because, the game then will not be sitting on the same server as the database or the PHP file you are trying to access. If you've already been answered then sorry for butting in.

Leave a Reply