0 / 60 seg.

Look at the following code:

<form action="login.php" method="post">
    Username: <input type="text" name="user_name">
    Password: <input type="text" name="password">
    <input type="submit" value="Enter">
</form>