アットウィキロゴ

rss02

<?php
$rssurl = "http://feeds.feedburner.com/time/topstories";
$rssdata = simplexml_load_file($rssurl);
print $rssdata->channel->item[0]->title;
print $rssdata->channel->item[0]->description;
?>
最終更新:2010年09月12日 18:08