Hi everyone
I am making an app but i want to store information in a MySql database. Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
Yes It's possible
You need to POST your data with the AJAX Plugin to a PHP file on your Server, which will then put your data into your MYSQL Database.
Thank you