0) $sql_korean = korean_index('bk_name', $ap-1); else { $sql_korean = ''; $ap = 0; } if ($no_hp == 'yes') { set_cookie('cookie_no_hp', 'yes', 60*60*24*365); $no_hp_checked = 'checked'; } else if ($no_hp == 'no') { set_cookie('cookie_no_hp', '', 0); $no_hp_checked = ''; } else { if (get_cookie('cookie_no_hp') == 'yes') $no_hp_checked = 'checked'; else $no_hp_checked = ''; } if ($no_hp_checked == 'checked') $sql_no_hp = "and bk_hp <> ''"; $total_res = sql_fetch("select count(*) as cnt from {$g5['sms5_book_table']} where 1 $sql_group $sql_search $sql_korean $sql_no_hp"); $total_count = $total_res['cnt']; $total_page = (int)($total_count/$page_size) + ($total_count%$page_size==0 ? 0 : 1); $page_start = $page_size * ( $page - 1 ); $vnum = $total_count - (($page-1) * $page_size); $res = sql_fetch("select count(*) as cnt from {$g5['sms5_book_table']} where bk_receipt=1 $sql_group $sql_search $sql_korean $sql_no_hp"); $receipt_count = $res['cnt']; $reject_count = $total_count - $receipt_count; $res = sql_fetch("select count(*) as cnt from {$g5['sms5_book_table']} where mb_id='' $sql_group $sql_search $sql_korean $sql_no_hp"); $no_member_count = $res['cnt']; $member_count = $total_count - $no_member_count; $no_group = sql_fetch("select * from {$g5['sms5_book_group_table']} where bg_no = 1"); $group = array(); $qry = sql_query("select * from {$g5['sms5_book_group_table']} where bg_no>1 order by bg_name"); while ($res = sql_fetch_array($qry)) array_push($group, $res); include_once(G5_ADMIN_PATH.'/admin.head.php'); ?>
업데이트 건수 회원 비회원 수신 거부
onclick="no_hp_click(this.checked)">
목록
번호 그룹 이름 휴대폰 수신 아이디 업데이트 관리
데이터가 없습니다.
수신' : '거부'?> 수정 보내기 내역
번호추가