1
0
Fork 0
php-coding/19.test3.php

15 lines
528 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>注册</title>
</head>
<body>
<form method="post" action="19.test3.back.php">
<input name="name" id="name" placeholder="用户昵称" required>
<input name="password" id="password" placeholder="密码" required>
<input name="email" id="email" placeholder="电子邮箱" required>
<input type="text" name="address" id="address" placeholder="家庭住址" required>
<input type="submit" name="submit" value="submit">
</form>
</body>