标签 PHP 下的文章

PHP读取Feed

PHP读取feed,用PHP自带的simplexml系列函数实现1.只读取标题<?php $xml=simplexml_load_file('http://www.site.com/rss.xml'); foreach($xml->channel->item as $item){ echo '<a href="...