很多时候,我们需要在页面调用评论数,织梦dedecms默认是不支持动态调用评论数的,织梦吧只能自己动手,现在和大家分享实现动态调用评论数的方法。
document.write("<?php
require_once(dirname(__FILE__)."/../include/common.inc.php");
$row = $db->GetOne("select count(*) as fc from dede_feedback where aid='{$aid}' ");
if(!is_array($row)){
echo "0";
}else {
echo $row['fc'];
}
?>");
<script type="text/javascript" src="{dede:field name='phpurl'/}/fedcount.php?aid={dede:field.id/}"></script>
欢迎光临 主机头 (http://zhujitou.com/) | Powered by Discuz! X2.5 |