/****************************************************** ' System :Eco-footprint 会員ページ ' Content:会員情報入力 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/select.php"); $inc = "$top/inc"; include("$inc/fiducial1.php"); include("$inc/mypage.php"); // 入力月取得 function get_m($i) { global $year, $month; return (int)(date("m", mktime (0,0,0,$month + ($i - 1),1,$year))); } // セッション処理 if (!isset($_SESSION['ss_fiducial1'])) redirect('fiducial_change2.php'); $reg = &$_SESSION['ss_fiducial1']; $reg->save_edit(); // セッション変数削除 unset($_SESSION['ss_fiducial1']); session_unregister('ss_fiducial1'); ?>