sandravega
Programmer
Hi,
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
-saving into a database
So i'm using the flash' xml.send method... but i just can´t figure out how do i "receive" the data in php.
so, in flash:
------------------------
menuXml.load("myXML.xml"
;
...
//Add childnodes here or whatever
...
menuXml.send("myscript.php"
------------------------
and that's for flash sake.
But then...
In myscript.php, how can I "catch" what I've send? Is it a "$menuXML" variable?
Or am I supposed to code:
menuXml.send("myscript.php?menuXml) ?
Thank you all
Sandra Vega
Since English is not my native language, I apreciate every comment to improve it. Thanks again
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
-saving into a database
So i'm using the flash' xml.send method... but i just can´t figure out how do i "receive" the data in php.
so, in flash:
------------------------
menuXml.load("myXML.xml"
...
//Add childnodes here or whatever
...
menuXml.send("myscript.php"
------------------------
and that's for flash sake.
But then...
In myscript.php, how can I "catch" what I've send? Is it a "$menuXML" variable?
Or am I supposed to code:
menuXml.send("myscript.php?menuXml) ?
Thank you all
Sandra Vega
Since English is not my native language, I apreciate every comment to improve it. Thanks again