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

#139834
pixelgrid
Participant

lets say your array of data is named $data

so item is

$item = $data;
foreach($item as $key=>$value){
//handle title,link etc.
}