帝国CMS任意模板中调用留言,可只调用已审核的留言,也可不限制是否审核。
<?
//bid为留言分类ID,checked='0' 0为已审核,1为未审核
$sql=$empire->query("select * from {$dbtbpre}enewsgbook where bid='1' and checked='0' order by lyid desc limit 8");
while($r=$empire->fetch($sql))
{
$lytext=strip_tags($r['lytext']);
echo '<li><a href="/e/tool/gbook/?bid=1">'.$lytext.'</a></li>';
}
?>
此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!: