建立用户数据库
请根据自己需要增加字段。
新建注册页面
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>用户登入&注册</title>
</head>
<body>
<h1>用户登入</h1>
<form method="post" action="login.php">
<div>用户名:<input type="text" name="username"></div>
<div>密码:<input type="password" name="password"></div>
<div><input type="submit" value="登入"></div>
</form>
<h1>用户注册</h1>
<form method="post" action="reg.php"