8){ header("Location:user_touroku.html"); exit; } if($password != $repassword){ header("Location:user_touroku.html"); exit; } if(mb_strlen($password) < 4 || mb_strlen($password) > 8){ header("Location:user_touroku.html"); exit; } $insert_sql = "insert into user(u_username,u_password) values('$username','$password')"; if(!(sqlite_query($insert_sql,$con))){ echo "クエリの実行に失敗しました。"; exit; } ?>