Okay, so my lolcat-speak sucks. But I do have a basic question…
I’ve successfully sent variables from Flash to a .php file and back. Huzzah. Now I need to get those values to a MySQL database. I am using an index.php as the home page and thought I would just embed the .swf in the index. Would I then need a separate .php file to send, receive, and store data in the database??
See, when I run the .php file separately, of course there’s no variables in it to store. How does the .swf and .php act together to INSERT or UPDATE data to the database?
Hope I’m not off-topic here, but I figured this was a basic question that would not be too annoying.