“如何修复PHP中的“ Rss Xmlİmage阅读”错误”

时间:2019-05-29 00:11:34

标签: php xml rss

使用php代码的rss xml img

<?php $xml = simplexml_load_file('http://kemerhaber.com/rss');?><?php $s=0;foreach($xml->channel->item as $item){if($s<5){echo'<div style="clear:both;"><h3><strong><a title="'.$item->title.'" href="'.$item>link.'">'.$item>title.'</a></strong></h3> <div style="width:100%;">'.mb_substr($item->description,0,100,"UTF-8").'.</div></div>';}$s++;}?>

0 个答案:

没有答案