<?php $getdqtags=$navinfor['infotags']; if(!empty($getdqtags)) { $gettagsarr=explode(',', $getdqtags); $getcount=count($gettagsarr); for ($i=0;$i<$getcount;$i++) { if($gettagsarr[$i]) { $tagslink="[!--news.url--]e/tags/?tagname=".urlencode($gettagsarr[$i]); $tag.="<a href='$tagslink' target='_blank'><span>".$gettagsarr[$i]."</span></a> "; } } echo $tag; } else { echo "<span>暂无分类</span>"; } ?> |
<?php $fr=$empire->fetch1("select infotags from {$dbtbpre}ecms_news_data_{$navinfor[stb]} where id='$navinfor[id]'"); $infotags=$fr['infotags']; $tag=''; $gettagsarr=explode(',',$infotags); $getcount=count($gettagsarr); for($i=0;$i<$getcount;$i++) { if($gettagsarr[$i]) { $tagslink="[!--news.url--]e/tags/?tagname=".urlencode($gettagsarr[$i]); $tag.="<a href='$tagslink' target='_blank'>".$gettagsarr[$i]."</a> "; } } echo $tag; ?> |
扫描关注微信公众号
第一时间获取最新资讯
本文由万书涛原创,地址:https://www.wtaoblog.com/dgcms/67.html
如需转载,须以文字形式注明本文地址,否则禁止转载
最新文章