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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending xml to php

Status
Not open for further replies.

sandravega

Programmer
Feb 10, 2004
43
AR
Hi,
I'm really new here and I'm really new with flash.
Also, english is not my mother language so I hope I'm clear enough... I'm sorry if not.

I want to save some data from flash, and be able to retrieve it. I figured that the best way is

-creating xml in flash
-sending it to php or asp script
-saving into a database

So i'm using the xml.send method... but i just can´t figure out how do i "receive" the data in php or asp.

so:
menuXml.load("myXML.xml");
...
//Add childnodes here or whatever
...
menuXml.send("myscript.php")
or
menuXml.send("myscript.asp")

and that's for flash sake.
But then...

in myscript.php, or in myscript.asp, how i can "catch" what I've send?

Thank you

Sandra Vega

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top