アットウィキロゴ

rss01

<?php
$rssurl = "http://www.economist.com/rss/daily_news_and_views_rss.xml";
$rssdata = simplexml_load_file($rssurl);
print $rssdata->channel->item[0]->title;
print("+++");
print $rssdata->channel->item[0]->description;
print $rssdata->channel->item[1]->title;
print("+LLL");
print $rssdata->channel->item[1]->description;


?>
最終更新:2010年09月12日 17:41