Blogger Information
Blog 48
fans 2
comment 3
visits 37842
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
织梦当前文章带链接TAG标签
黑猫警长的博客
Original
649 people have browsed it

 标签:[field:id runphp='yes']  

    global $cfg_cmspath;  

        $tags = GetTags(@me);  

        $revalue = '';  

        $tags = explode(',', $tags);  

        foreach($tags as $key => $value){  

            if($value){  

                $revalue .= '<a href="'.$cfg_cmspath.'/tags.php?/'.$value.'/">'.$value.'</a>&nbsp;';           

            }  

        }  

        @me = $revalue;  

    [/field:id]


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!