$ 0 0 Try this: foreach($rss->channel->item as $item) { $title = (string)$item->title[0]; echo $title;}