- Title: Login System for GameMaker using PHP and MYSQL
- Description: This tutorial provides a set of easy to use PHP classes that help create a login system for GameMaker.
- GM Version: :GM81:
/>
/>
/>
/> - Registered: Yes
- File Type: .zip
- File Size: 300 kb
- File Link: http://dl.dropbox.co...hpLogin_tut.zip
- Required DLLs: None
This tutorial provides a set of PHP classes that can be used to easily connect to a MYSQL database, create users, log them in, and send all of the data back to GameMaker.
Use
Simply store a username into a gamemaker variable, store the password in a gamemaker variable, and execute the command:
phpFunction("loginController.php?action=tryAuth&username="+gmkUsernameVariable+"&password="+gmkPasswordVariable,0);
Use of the other functions are similar.
Edited by stoneyftw, 13 January 2013 - 04:06 AM.











