Hi
I want to accept the xml file from a web url please help
and style it on php
Its URGENT
Thanks in advance.
xml in php
Moderator: General Moderators
Re: xml in php
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.