xml in php

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
rd.dcse
Forum Newbie
Posts: 7
Joined: Fri Jun 11, 2010 2:56 pm

xml in php

Post by rd.dcse »

Hi

I want to accept the xml file from a web url please help
and style it on php

Its URGENT

Thanks in advance.
User avatar
StathisG
Forum Newbie
Posts: 14
Joined: Sat Mar 13, 2010 7:15 pm
Location: UK

Re: xml in php

Post by StathisG »

To retrieve the xml file from a URL you can use either cURL or file_get_contents. To deal with the XML response try SimpleXML.
Post Reply