$q = DB::query("SELECT todayposts, threads, posts FROM ".DB::table('forum_forum')." WHERE type='forum'");
while($12345la = DB::fetch($q)) {
$todayposts += $12345la['todayposts'];
$threads += $12345la['threads'];
$posts += $12345la['posts'];
}
欢迎光临 云水论坛 (http://www.yunshui.net/) | Powered by Discuz! X2.5 |