↧
Answer by Kuf for reading data from xml feed using simplexml
you don't need both new SimpleXMLElement and simplexml_load_file:simplexml_load_file Returns an object of class SimpleXMLElementSimpleXMLElement Returns a SimpleXMLElement objecttry: if...
View Articlereading data from xml feed using simplexml
Im using simplexml to bring in a data feed, and now i want to put that into working varables to use in my php doc. Following the php.net guides on simplexml ive arrived at <?php $xml =...
View Article