How do I send variables to a php file?

Hey all,

I’ve searched everywhere, but can’t find one thread/result that suits my situation.

I’m trying to post data into a database, through php. I don’t want to reload the page, so I want this to happen through Flash. I thought about using the LoadVars() class, but it just simply isn’t working.

How would I about doing this? Say I have three variables, blah1, blah2, and blah3, all of which are strings. How do I send these variables to a php page with the POST method?

Thanks