include "/home/www/_inc/dbgo_config.inc"; ?>
include "../_inc/header.inc"; ?>
include "../_inc/gnbmenu.inc"; ?>
디비 자동메일 발송 예약 현황
no, 조건, 등록일시, 최근발송으로 구성
| No |
조건 |
등록일시 |
최근발송 |
// 검색 코드 가져오기
$q_cdde =" select CodeType,Code,CodeDesc from {$DBTABLE['CODE']} where CodeType in ('LODA_CATE','LODA_GROUP','LODA_CODE' ,'sidoCode','sigunguCode') ";
$res_code=mysqli_query($dbCon,$q_cdde) or die("db error ".mysqli_error($dbCon));
while($code = mysqli_fetch_array($res_code)){
${"ARR_".$code['CodeType']}[$code['Code']] = $code['CodeDesc'];
}
$sql = "SELECT * FROM {$DBTABLE['auto_send']} WHERE UIDX='".$memVerInfo['UIDX']."' AND USEYN='Y' ";
$rs=mysqli_query($dbCon,$sql) or die("db error");
while($auto = mysqli_fetch_array($rs)){
?>
1
삭제하기
|
|
|
|
} ?>
include "../_inc/footer.php"; ?>