Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving XML

Status
Not open for further replies.

jammer1221

Programmer
Jul 30, 2003
352
US
Hey All,

I've created and loaded some xml in my flash movie using this
Code:
var _xml:XML = new XML();
//I left this middle out for posting...
_xml.load("xml.xml");

Later on down the road I want to save this XML to my server using PHP. I've read about send and sendAndLoad and I've gotten those to *kinda* work. But, I can only get the GET method to work. So, my question is: How do I send my XML file/data to a PHP page using the POST method?

Thanks,
Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top