Tutorial for MySQL communication


(René) #1

Hey. Is anyone able to point me towards a good tutorial for MySQL database communication? Like a Leaderboard or something. I basically just want to edit and read one value so I actally don’t even need a Leaderboard but I think something like that is more common. I’m somehow unable to find any good ones wich guide through the whole process.

Thanks in advance!


(muh_h) #2

The most common way to do this is using and php page do handle de comunication between flash and php, since as3 doesn’t have a direct way to connect with databases.

I’ve found this tutorial, it seens good to start http://hub.tutsplus.com/tutorials/create-a-flash-login-system-using-php-and-mysql-part-1--active-5147.

If you still have any doubts I can try to help


(René) #3

That’s perfect! Thanks a lot.