hello guise,
how to build a MySQL login system for my c2 game?
i want the user to login and to check for username & password. also if the user is premium.
how to do this??
Check these tutorials:
https://www.scirra.com/tutorials/525/simple-login-using-a-mysql-database
https://www.scirra.com/tutorials/296/sending-info-to-a-mysql-database
https://www.scirra.com/tutorials/346/online-high-score-table-ajax-php-mysql
Check these tutorials: https://www.scirra.com/tutorials/525/simple-login-using-a-mysql-database https://www.scirra.com/tutorials/296/sending-info-to-a-mysql-database https://www.scirra.com/tutorials/346/online-high-score-table-ajax-php-mysql
so this means it is possible?
Thanks in advance gonna check this out tomorrow :)
Develop games in your browser. Powerful, performant & highly capable.
It's definitely possible. I created a log in system for a weekend projecta few months ago. The tutorials Vladoss posted are a good start.