/****************************************************** ' System :Eco-footprint 会員ページ ' Content:詳細情報入力案内 '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/encrypt.php"); $inc = "$top/inc"; include("$inc/regist2.php"); // セッション処理 session_start(); if ($key) { $seq_no= decrypt_number($key); if ($seq_no) { $_SESSION['ss_seq_no'] = $seq_no; $_SESSION['ss_yet_flag'] = 1; $sql = "select mb_step from t_member where mb_step<>9 and mb_seq_no=$seq_no"; $result = db_exec($sql); if (pg_numrows($result)) { $fetch = pg_fetch_object($result, 0); if ($fetch->mb_step == 2) redirect('fiducial_check.php'); elseif ($fetch->mb_step == 3) redirect('main.php'); } else redirect('main.php'); } } if (!isset($_SESSION['ss_seq_no'])) redirect('login.php'); $_SESSION['ss_regist2'] = new mm_regist2; $reg = &$_SESSION['ss_regist2']; ?>
![]() |
|
![]() |
||||||||||||||||
メールアドレスの確認ができました。 会員登録のステップ1が完了しました。 さぁ、次はステップ2です。
|
||||||||||||||||||
![]() |
|
![]() |