Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Grabbing data from xml Re: Grabbing data from xml

#139827
chrisburton
Participant

Solved.

http://site.com/feed”);
$json = json_encode($xml);
$array = json_decode($json,TRUE);
var_dump ($array);
?>