/****************************************************** ' 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/regist3.php"); // 入力月取得 function get_m($i) { global $year, $month; return (int)(date("m", mktime (0,0,0,$month + $i,1,$year))); } // 入力年取得 function get_y($i) { global $year, $month; return (int)(date("Y", mktime (0,0,0,$month + $i,1,$year))); } // セッション処理 session_start(); if (!isset($_SESSION['ss_regist3'])) redirect('fiducial_exp.php'); $reg = &$_SESSION['ss_regist3']; $year = $reg->start_y; $month = $reg->start_m; ?>