Display XML in PHP

Associate
Joined
28 Mar 2004
Posts
604
Location
Devon, UK
I have an XML feed that I would like to display in my website PHP pages.

Can anyone help me with this please, I can't seem to find any resources that explain it in layman terms.

Thanks
 
PHP4 or PHP5? Manipulating XML in PHP is significantly easier in PHP5 thanks to SimpleXML.

If you don't wish to do the legwork of grabbing the XML feed, parsing the different elements out of it and then displaying them as formatted HTML (easy with SimpleXML), then look into a prebuilt app, such as Magpie, LastRSS or SimplePie.
 
Back
Top Bottom