How do we decode XML string

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ricky_php
Forum Newbie
Posts: 2
Joined: Wed Dec 01, 2010 1:01 pm

How do we decode XML string

Post by Ricky_php »

Hi guys,

Does anybody know how we can decode XML string in php.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: How do we decode XML string

Post by Jonah Bron »

php_dude2011
Forum Newbie
Posts: 2
Joined: Wed Dec 01, 2010 12:57 pm

Re: How do we decode XML string

Post by php_dude2011 »

You can follow the link below.

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

Hope it helped.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: How do we decode XML string

Post 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.
Post Reply