Sending Flash Data to mySQL Database

I’ve spent a lot of time getting to know PHP over the last few days. Mostly I was working on trying to load mySQL data into a PHP file to send that information into Flash. After a lot of reading, I finally got it to work. Now, the next step is I want to be able to add data into the mySQL database through flash. I’ve searched and have been unable to find anything on it. I’ve successfully worked out how to send e-mails with flash, so I do know how to send out variables from flash, but not how to then send it from the PHP file into the database. Can anyone help me?

Well I don’t really know exactly what the problem was, but I did get it to work. There must have been a problem with the syntax of the code.