当前位置: 首页 > 站长资讯 > 正文页面

帝国CMS高级应用:SQL调用留言

帝国CMS任意模板中调用留言,可只调用已审核的留言,也可不限制是否审核。PX6网站目录_网站网址收录与提交入口

<?PX6网站目录_网站网址收录与提交入口

//bid为留言分类ID,checked='0' 0为已审核,1为未审核PX6网站目录_网站网址收录与提交入口

$sql=$empire->query("select * from {$dbtbpre}enewsgbook where bid='1' and checked='0' order by lyid desc limit 8");PX6网站目录_网站网址收录与提交入口

while($r=$empire->fetch($sql))PX6网站目录_网站网址收录与提交入口

{PX6网站目录_网站网址收录与提交入口

$lytext=strip_tags($r['lytext']);PX6网站目录_网站网址收录与提交入口

echo '<li><a href="/e/tool/gbook/?bid=1">'.$lytext.'</a></li>';PX6网站目录_网站网址收录与提交入口

}PX6网站目录_网站网址收录与提交入口

?>PX6网站目录_网站网址收录与提交入口

 PX6网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章