Copy link to clipboard
Copied
Hi I am new here and I want to know if is there a way to connect my game with a db, so the player can have specifc information saved. In my case I want to save like the win or loss and stuff like that so the player can see that stuff in the web site.
If is there a way to do it, can you guide me to some tutorial or so, because I can't find nothing like this in the web. Thanks.
And i know I will spent lots of time to learn that, I have no life. 😃
You can interface with a DB by introducing a middleman, such as PHP where you pass the data to PHP and PHP takes care of passing the data to the DB, and vice versa.
If you search Google usinf terms like "AS3 mysql" and the like you should find some tutorials. Here is a link to results for that pairing...
https://www.google.com/search?q=as3+mysql+tutorial&ie=utf-8&oe=utf-8
Copy link to clipboard
Copied
You can interface with a DB by introducing a middleman, such as PHP where you pass the data to PHP and PHP takes care of passing the data to the DB, and vice versa.
If you search Google usinf terms like "AS3 mysql" and the like you should find some tutorials. Here is a link to results for that pairing...
https://www.google.com/search?q=as3+mysql+tutorial&ie=utf-8&oe=utf-8
Copy link to clipboard
Copied
Thanks man!
Copy link to clipboard
Copied
You're welcome
Find more inspiration, events, and resources on the new Adobe Community
Explore Now