Quote:
Originally Posted by iMind
Does anyone here know how to target namespaced RSS elements using Magpie RSS , documentation says I can target it like
$img = $item[itms][coverArt];
but that's not working at all :P
anyone have any ideas ?
|
Have you tried quotes around the names?
$img = $item["itms"]["coverArt"];