アットウィキロゴ

rss03

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