Page 1 of 1

xml in php

Posted: Mon Jun 14, 2010 2:35 pm
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.

Re: xml in php

Posted: Mon Jun 14, 2010 3:03 pm
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.