XML
XML to Array
by John on Mar.20, 2005, under PHP, XML
1111351877
22 Comments
:PHP, PHP4, Snippets, XML
more...
I had a problem were i couldn’t get my xml feeds into an array so i got these functions thatdo it for you and make your life so much easyer to handle, makes putting xml feeds into a db so much easyer.
$url – is the location of the xml feed.
and $data is the xml into the array.
enjoy
(continue reading…)