您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程
帝国CMS会员中心怎么调用评论列表
念芹2023-05-18 18:25:20帝国CMS教程已有人查阅
导读帝国CMS调用评论列表查询代码,前台展示代码
帝国CMS调用评论列表查询代码
$totalquery="select count(*) as total from {$dbtbpre}enewspl_1 where username='$user[username]'".$a;
$num=$empire->gettotal($totalquery);
$query="select * from {$dbtbpre}enewspl_1 where username='$user[username]'".$a;
$query.=" order by plid desc limit $offset,$line";
$sql=$empire->query($query);
$returnpage=page1($num,$line,$page_line,$start,$page,$search);
前台展示代码
<?php
while($r=$empire->fetch($sql)){
$t=$empire->fetch1("select * from {$dbtbpre}ecms_news where id='$r[id]' and classid='$r[classid]'");
?>
<tr bgcolor="#FFFFFF">
<td height="25"> <div align="left"><?=$r[saytext]?></div></td>
<td height="25"> <div align="center"> <a class="key_word" href="<?=$t[titleurl]?>" target="_blank"><?=$t[title]?></a></div></td>
<td height="25"> <div align="center"><?=date('Y-m-d H:i:s',$r[saytime])?></div></td>
</tr>
<?php
}
?>
本文标签:
很赞哦! ()
相关文章
随机图文
-
帝国CMS怎么整合Discuz,帝国CMS和Discuz双向同步登录退出的方法
用帝国CMS6.6整合安装Discuz!7.2。为了便于以后的升级扩展。决定整合ucenter1.5。首先安装 “Discuz_7.2_FULL_SC_GBK”也就是已经包含ucenter1.5的Discuz7.2版本 -
帝国cms列表按点击/下载/ 推荐/头条排序方法
帝国cms列表默认排序方法为按时间降序,我们还可以修改按点击量、下载量、 推荐、头条等等方法来排序。 -
帝国模板在哪个文件夹,帝国模板怎么修改
用过织梦CMS的朋友换帝国CMS肯定会问这样的问题,帝国cms模板在哪个文件夹? -
帝国CMS搜索模板不支持灵动标签和万能标签怎么办
打开 /e/search/result/index.php 文件修改完成,这样就可以在搜索模板中灵活使用帝国CMS强大的灵动和万能标签了
留言与评论 (共有 条评论) |