/****************************************************** ' System :Eco-footprint 会員ページ ' Content:ID,Password お問い合わせ '******************************************************/ $top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/encrypt.php"); function check_name($name1, $name2) { if ($name1 != '') return "$name1 $name2 様の"; } // セッション処理 if ($key) { $seq_no= decrypt_number($key); if ($seq_no) { $sql = "select mb_id,mb_password,mb_name1,mb_name2 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); } else { $msg = "■URLが正しくないようです。"; } } else $msg = "■URLが正しくないようです。"; } else $msg = "■URLが正しくないようです。"; ?>