johngrindall Posted July 8, 2008 Share Posted July 8, 2008 Hi there, I'm a flash programmer with a (presumably simple) XML question. I have copied some code from a book in which flash passes some XML to a php page: $xml = $GLOBALS['HTTP_RAW_POST_DATA']; $document = xmldoc($xml); This xmldoc function doesn't work and a google search suggests that I should be using a different function, but I'm very new to php and I don't know a great deal or how to find the answer. Can anyone help? Thanks! JG Link to comment https://forums.phpfreaks.com/topic/113770-newbie-xml-question/ Share on other sites More sharing options...
DarkWater Posted July 8, 2008 Share Posted July 8, 2008 Try using SimpleXML. Link to comment https://forums.phpfreaks.com/topic/113770-newbie-xml-question/#findComment-584638 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.