Hi guys,
Does anybody know how we can decode XML string in php.
How do we decode XML string
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
-
php_dude2011
- Forum Newbie
- Posts: 2
- Joined: Wed Dec 01, 2010 12:57 pm
Re: How do we decode XML string
You can follow the link below.
http://www.geeksww.com/tutorials/web_de ... ng_php.php
Hope it helped.
http://www.geeksww.com/tutorials/web_de ... ng_php.php
Hope it helped.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: How do we decode XML string
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.php_dude2011 wrote: You can follow the link below.
http://www.geeksww.com/tutorials/web_de...ng_php.php
Hope it helped.