connecting flash with php & mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sutejok
Forum Commoner
Posts: 37
Joined: Wed Mar 24, 2004 4:08 pm

connecting flash with php & mysql

Post by sutejok »

Hi, anyone knows where can i find information about this? How do i connect flash to mysql? how do i pass variable to flash?
dave420
Forum Contributor
Posts: 106
Joined: Tue Feb 17, 2004 8:03 am

Post by dave420 »

Read the loadvariables function in flash. You can send/receive variables to PHP scripts, which in turn can send them to the mysql database. I've not touched it in years, so it might have changed somewhat, but I used this to successfully interface a flash game with a mysql database.
Post Reply