<?php
//test start
require("../data/dbcache/class.php");
$class_total=array();
foreach($class_r as $classid =>$v)
{
//只列出终极栏目
if($class_r[$classid])
{
$class_total[$classid]=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where classid='$classid' and userid='$userid' and ismember=1");
if($class_total[$classid]==0)
{
continue;
}
//现在直接输出测试 你也可以用数组其他地方调用
echo "栏目ID:$classid 投稿数量: $class_total[$classid] <br>";
}
}
//test end
?>
中国足彩网信息请查看IT技术专栏