sirupo
July 17th, 2003, 10:30 AM
my flash movie generates an xml object that wants to be saved in a database. - from where it can be recalled and read back into flash.
to send the XMLobject to php seems XMLobj.send("url"); to be the most suitable method. as mentioned in the "xml from flash" tutorial by senocular http://www.kirupa.com/developer/actionscript/xmlfromflash.htm
what would follow on the server side would be a script that receives the xml object as it is and saves it into mysql.
unfortunately i don't know too much about php and couldn't find an answer in the forum. did i miss something? or how could such a script look like?
in most tutorials it is explained how to handle xmlnodes in php but not how to save the entire xml document... maybe the solution is so simple?
gracias in advance +:rd:
to send the XMLobject to php seems XMLobj.send("url"); to be the most suitable method. as mentioned in the "xml from flash" tutorial by senocular http://www.kirupa.com/developer/actionscript/xmlfromflash.htm
what would follow on the server side would be a script that receives the xml object as it is and saves it into mysql.
unfortunately i don't know too much about php and couldn't find an answer in the forum. did i miss something? or how could such a script look like?
in most tutorials it is explained how to handle xmlnodes in php but not how to save the entire xml document... maybe the solution is so simple?
gracias in advance +:rd: