can some one help with pulling an element out of this portion of a multidim array please i can do some but not the one i need ...
I need the [NAME] element
Array ( [CREATED] => Array ( [@attributes] => Array ( [value] => Fri Aug 26 1:01:01 BST 2011 ) [CATEGORY] => Array ( [0] => Array ( [@attributes] => Array ( [id] => 69 [name] => > Games ) [PRODUCT] => Array ( [0] => Array ( [@attributes] => Array ( [ITEM] => 446 ) [NAME] => Nookii [MODEL] => 00nk01
using
echo $arrXml[CREATED][CATEGORY][0][PRODUCT][0]['@attributes'][NAME];
doesnt work
yet
using
echo $arrXml[CREATED][CATEGORY][0][PRODUCT][0]['@attributes'][ITEM];
works properly