Page 1 of 1

How do we decode XML string

Posted: Thu Dec 02, 2010 12:47 pm
by Ricky_php
Hi guys,

Does anybody know how we can decode XML string in php.

Re: How do we decode XML string

Posted: Thu Dec 02, 2010 12:58 pm
by Jonah Bron

Re: How do we decode XML string

Posted: Thu Dec 02, 2010 1:18 pm
by php_dude2011
You can follow the link below.

http://www.geeksww.com/tutorials/web_de ... ng_php.php

Hope it helped.

Re: How do we decode XML string

Posted: Thu Dec 02, 2010 1:49 pm
by Jonah Bron
php_dude2011 wrote: You can follow the link below.

http://www.geeksww.com/tutorials/web_de...ng_php.php

Hope it helped.
That's just how to clean in for placement in HTML, (which is what htmlentities() is for). I think the OP wants to read the data from it.