1
0
Fork 0
php-coding/14.work2.login.php

13 lines
343 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>登录</title>
</head>
<body>
<form method="post" action="14.work2.login_v.php">
<label for="username1">用户名:</label>
<input type="text" name="username" id="username1">
<input type="submit" name="submit" id="submit1" value="submit">
</form>
</body>