/****************************************************** ' System :Eco-footprint 会員ページ ' Content:個人情報変更 ログイン '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); $inc = "$top/inc"; include("$inc/mypage.php"); include("$inc/regist2.php"); // セッション処理 $_SESSION['ss_regist2'] = new mm_regist2; $reg = &$_SESSION['ss_regist2']; $reg->read_db1($_SESSION['ss_seq_no']); ?>