$top = '.'; $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/database.php"); include("$inc/get_form.php"); include("$inc/check.php"); $inc = "$top/inc"; include("$inc/regist.php"); /****************************************************** ' System :Eco-footprint 会員ページ ' Content:ID,Password入力 '******************************************************/ // セッション処理 session_start(); if (!isset($_SESSION['ss_regist1'])) redirect('member_input.php'); $reg = &$_SESSION['ss_regist1']; ?>