How can i get at this xml data with php?

Chris G

New member
i used php's simpleXML function to get this array: http://www.crgeary.com/xml.php

but i cant manage to get at the information inside, i can do it with less complex arrays, but with this i'm stuck.

could someone explain or show an example of how i can get at the content.

The XML came from here: http://feeds.feedburner.com/cglearning?format=xml

And i have echoed out thsimplexml_load_file($file),
 
Back
Top