/****************************************************** ' System :Eco-footprint 管理ページ ' Content:会員データ入力状況一覧 '******************************************************/ $top = '../..'; $inc = "$top/inc"; include("$inc/login_check.php"); include("$inc/header.php"); $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/define.php"); include("$inc/database.php"); include("$inc/list.php"); include("$inc/decode.php"); include("$inc/format.php"); //メイン処理 set_global('member', '会員情報管理', '会員データ入力状況', BACK_TOP); $fetch = get_system_info('sy_batch_month'); $month = $fetch->sy_batch_month; $sql = "select count(*) from t_base_data where bd_auto_commit=3 and bd_month=" . sql_date($month); $commit = db_fetch1($sql); $order_by = order_by(6, 1, 'mb_id', 'mb_name1 || mb_name2', 'mb_mail_addr','mb_zip','mb_area_cd','mb_regist_date', 'bd_auto_commit'); $sql = "select mb_seq_no,mb_id,mb_name1,mb_name2,mb_mail_addr,mb_zip,mb_area_cd,mb_address,mb_regist_date, bd_auto_commit" . " from t_member left join t_base_data on mb_seq_no=bd_mb_seq_no and bd_month=" . sql_date($month) . " where mb_step=3 $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=htmlspecialchars($fetch->mb_id)?> | =htmlspecialchars("$fetch->mb_name1 $fetch->mb_name2")?> | =htmlspecialchars($fetch->mb_mail_addr)?> | =substr($fetch->mb_zip,0,3)?>-=substr($fetch->mb_zip,3,4)?> | =htmlspecialchars(decode_area($fetch->mb_area_cd))?> | =htmlspecialchars(format_datetime($fetch->mb_regist_date))?> | =$fetch->bd_auto_commit==3?'*':''?> |