PHP access to iTunes tags in an RSS feed
问题 I need to get access to the iTunes tags in an RSS feed using PHP. I've used simplepie before for podcast feeds, but I'm not sure how to get the iTunes tags using it. Is there a way to use simplepie to do it or is there a better way? Okay I tried Simple XML. All this (the code below) seems to work $feed = simplexml_load_file('http://sbhosting.com/feed/'); $channel = $feed->channel; $channel_itunes = $channel->children('http://www.itunes.com/dtds/podcast-1.0.dtd'); $summary = $channel_itunes-