/****************************************************** ' System :Eco-footprint 管理ページ ' Content:News!!登録 '******************************************************/ $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/select.php"); set_global('member', '会員トップページ設定', 'News!!', BACK_TOP); if (!$next_action) { $sql = "SELECT * from t_news where ns_seq_no=$ns_no"; $result = db_exec($sql); if (pg_numrows($result) == 0) system_error('メッセージIDが不正', __FILE__); $fetch = pg_fetch_object($result, 0); $start_date = $fetch->ns_start_date; $end_date = $fetch->ns_end_date; $title = $fetch->ns_title; $msg = $fetch->ns_text; } else { $start_date = "$start_y-$start_m-$start_d"; $end_date = "$end_y-$end_m-$end_d"; } ?>