parse(); $meta=$rss->getChannelInfo(); echo "

{$meta['title']}

"; echo $meta['description']; echo "
"; echo "mehr..."; echo "

"; foreach ($rss->getItems() as $item) { echo "{$item['title']}
"; } ?>