1
0
Fork 0
php-coding/5.test2.php

11 lines
342 B
PHP

<html>
<head>
<title>密码强度检测</title>
</head>
<body>
<form action="5.test2_pwdck.php" method="post">
<label for="user">用户名:</label><input type="text" name="username" id="user">
<label for="pwd">密码:</label><input type="password" name="password" id="pwd">
<input type="submit" value="提交">
</form>
</body>