channel[description], ""; //3 foreach ($rss->items as $item) { //4 $title = $item[title]; $url = $item[link]; echo "$title"; if(++$i==3) break; } ?>