<!DOCTYPE html> <html> <body> <p> If simple text is submitted, then enctype is html. </p> <form action="files/enctype.php" method="post" enctype="text/html"> Email: <input type="email" name="email"> <br> Password: <input type="password" name="password"> <br> <input type="submit" name="login" value="login"> <br> </form> </body> <html>
Run
×
Share