您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程

帝国CMS调用指定tags分类下信息的方法

颜东鑫2023-05-29 23:45:10帝国CMS教程已有人查阅

导读帝国CMS调用指定tags分类信息代码,cid=1为tags分类ID为1的信息

帝国CMS调用指定tags分类信息代码
<?
$path=$_GET[path];
$r=$empire->fetch1("select tagname,tagkey,tagintro,cid,path from {$dbtbpre}enewstags where path='$path' limit 1");
$tagsql=$empire->query("select tagid,tagname,path from {$dbtbpre}enewstags where cid='$r[cid]'");
while($r=$empire->fetch($tagsql))
{
?>
<a href="/tag/<?=$r[path]?>.html"  title="<?=$r[tagname]?>"><?=$r[tagname]?></a>
<?
}
?>
cid=1为tags分类ID为1的信息

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签