BenyPooh
06-03-2007, 01:37 AM
Hi : )
I have a swf (flash application) that can send an
XML file to a specified URL. (say www.test.com/ad_querry.php )
Is it possible to create a PHP code that would
1) Fetch and read the XML file as it is sent from the flash application
2) Execute an SQL querry given some information located in the XML file.
(let say add a name and vote number to a database)
3) Reconstruct an XML file given the new updated information (let say the new average of all the vote)
4) Send back the file to the specified client.
Thanks !!
I have a swf (flash application) that can send an
XML file to a specified URL. (say www.test.com/ad_querry.php )
Is it possible to create a PHP code that would
1) Fetch and read the XML file as it is sent from the flash application
2) Execute an SQL querry given some information located in the XML file.
(let say add a name and vote number to a database)
3) Reconstruct an XML file given the new updated information (let say the new average of all the vote)
4) Send back the file to the specified client.
Thanks !!