欢迎您光临本店,本店提供多种个性化定制服务。

帝国CMS列表页及内容页调用显示收藏数量

经营范围:电脑组装,电脑维修,智能家居设备,苹果电脑系统安装,苹果手机刷机,监控安装,媒体编辑,数据恢复,复印打印,网站制作等

帝国CMS列表页及内容页,是没有收藏数量调用标签的,但万能的帝国CMS,使用PHP代码就能调用出来。

列表页:

 

$scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'");

$listtemp='收藏数:'.$scs;

内容页:

 

gettotal("select count(*) as total from phome_enewsfava where id='$navinfor[id]' and classid='$navinfor[classid]'");?>

来源:本文由天寻工作室原创撰写,欢迎分享本文,转载请保留出处和链接!