gnuboard

페이지 정보

작성자 조희승 댓글 0건 조회 1,696회 작성일 21-11-12 14:08

본문

$result = $sql_query("select count(bn_id), bo_table from g5_board_new where bn_datetime > DATE_SUB(now(), INTERVAL 24 HOUR) group by bo_table ");
for ($i = 0; $row = sql_fetch_array($result); $i++) {
    $a=$row['bo_table'];
}


$result = sql_query("select count(qa_id) as num from g5_qa_content where qa_status=0 ");
$row = sql_fetch_array($result);     
$a=$row['num'];


if ($member['mb_level']==10)

댓글목록

등록된 댓글이 없습니다.