<!DOCTYPE html> <html> <body> <form method="post" action="files/minlength-process.php"> <p>Username: <input type="text" name="uName" maxlength="20" required></p> <p> Password: <input type="password" name="uPass" minlength="8" required></p> <input type="submit" name="submit"> </form> </body> </html>
Run
×
Share