Page 1 of 1

connecting flash with php & mysql

Posted: Sat Apr 17, 2004 12:51 pm
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?

Posted: Wed May 12, 2004 11:28 am
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.