大部分网上提供的织梦下载排行都只能针对一个软件只有一个下载地址的情况, 如果一个软件里有多个下载地址就不行了,以下sql语句可以解决这个问题: select a.id as aid,a.title,a.shorttitle,a.litpic,d.id as did,sum(d.downloads) as downloadsfrom dede_
做模板时,经常需要为每个栏目加上此栏目的文章数。和大家分享下实现的方法,此方法适合5.6及5.7、5.7sp1其它未测 步骤/方法 修改 include/common.func.php文件,在最后加以下代码: //统计栏目文章数 function GetTotalArc($tid){ global $dsql; $sql = Get
第一步:首先在plus目录下,建立一个文件名为:feedcount.php,代码如下: 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