is_loaded() ) { //Login stuff: if ( isset($_POST['uname']) && isset($_POST['pwd'])){ //Try login if ( !$user->login( $_POST['uname'], $_POST['pwd'], $_POST['remember'] )){//Mention that we don't have to use addslashes as the class do the job //failed. try again $message = '
ログインできませんでした。
ID、パスワードをご確認下さい。
'; }else{ //succeeded. Redirect to top. header('Location: http://'.$_SERVER['HTTP_HOST']. '/index.php'); } } }else{ //User is loaded header('Location: http://'.$_SERVER['HTTP_HOST']. '/index.php'); } ?> TUBE JOCKEY

Login

名前:

パスワード:

ログインをしたままにする