帝国CMS灵动标签调用当前信息TAGS

此方法收集网络,本人暂时还没用过,先收藏。<?
$a="$bqr[infotags]";
$str=str_replace(&#39;,&#39;, &#39;,&#39;, $a);
$tag=&#39;&#39;;
$t= expl

[时间:11-14]    [浏览:]    [放入收藏夹]    [查看详情]

此方法收集网络,本人暂时还没用过,先收藏。

<?
            $a="$bqr[infotags]";
            $str=str_replace(',', ',', $a);
            $tag='';
            $t= explode(",", $str);
            
                    for($i=0;$i<count($t);$i++)
                    {
                            if($t[$i])
                            {
                                    $tagslink="[!--news.url--]e/tags/?tagname=".urlencode($t[$i])."";
                                    $tag.="<a href='$tagslink' target='_blank'>".$t[$i]."</a> ";
                            }
            }
            echo $tag;
            ?>


  本文转载自:精准像素:11px.cn ,感谢作者分享实用知识


标签: