/****************************************************** ' System :「きゃららFactory」管理者用ページル ' 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/format.php"); // サーバID $server_id = 'CRE'; //メイン処理 set_global('etc', 'その他管理|サーバ別応募状況', 'クレオ', BACK_TOP); $order_by = order_by(1, 0, 'cp_campaign_cd', 'cp_name', 'cp_from_date', 'cp_to_date'); $sql = "SELECT * FROM m_campaign WHERE cp_server_id='$server_id' $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->cp_campaign_cd?> | =$fetch->cp_name?> | =format_date($fetch->cp_from_date)?> | =format_date($fetch->cp_to_date)?> |