<!DOCTYPE html> <html> <body> <form action="files/name.php" method="post"> <p>Username:<input type="text" name="fname"></p> <p>Password:<input type="password" name="password"></p> <p><input type="submit" name="sign" value="sign in"></p> </form> </body> </html>
Run
×
Share