Home › Forums › Other › Grabbing data from xml › Re: Grabbing data from xml
June 21, 2013 at 6:05 pm
#139827
Participant
Solved.
http://site.com/feed”);
$json = json_encode($xml);
$array = json_decode($json,TRUE);
var_dump ($array);
?>