Jump to content

Newbie XML question


johngrindall

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.