Search found 1 match

by micks80
Thu Sep 24, 2009 3:15 pm
Forum: PHP - Code
Topic: Newbie - How to parse and display an online xml ?
Replies: 1
Views: 1095

Newbie - How to parse and display an online xml ?

Hi Friends, I am trying to parse XML with PHP using SimpleXML. But my main concern is that the XML data keeps changing. Secondly, I the XML url is posted online so do you think it's best to read the XML and parse it or it's better to save a local copy and then parse it. So what would be the best way...