I have an XML product feed that I am parsing with PHP to load products into a database.
I need to get each element into an array of $products = array() such as:
$products[AttributeID] = value
Here is an image of one product node: XML
Cam someone provide me with a little help here? I do a lot of PHP programming but this is the first time I am dealing with XML
No comments:
Post a Comment