/****************************************************** ' System :Eco-footprint 会員ページ ' Content: '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); $inc = "$top/inc"; include("$inc/result_input.php"); include("$inc/mypage.php"); // セッション処理 if (!$_SESSION['ss_result_input']) $_SESSION['ss_result_input'] = new result_input; $reg = &$_SESSION['ss_result_input']; // 入力しない理由 $reg->no_inp_reason('gl', $cd); ?>