PHP Classes

File: forms/login_form.php

Recommend this page to a friend!
  Classes of Giulio Bai   User Manager   forms/login_form.php   Download  
File: forms/login_form.php
Role: Auxiliary script
Content type: text/plain
Description: login form
Class: User Manager
Manage and authenticate registered users
Author: By
Last change:
Date: 16 years ago
Size: 628 bytes
 

Contents

Class file image Download
<DIV>

<h1>Login</h1>

<form action="" method="post">
    <table align="center" border="0" cellspacing="0" cellpadding="3">
        <tr><td>Username:</td><td><INPUT type="text" name="user" maxlength="30"></td></tr>
        <tr><td></td></tr>
        <tr><td>Password:</td><td><INPUT type="password" name="pass" maxlength="30"></td></tr>
        <tr><td colspan="2" align="center"><br /><INPUT type="checkbox" name="remember"><FONT size="2">&nbsp;&nbsp;Remember me next time</td></tr>
        <tr><Td colspan="2" align="right"><br /><INPUT type="submit" name="sublogin" value="Login"></td></tr>
        <tr><td>&nbsp;</td></tr>
    </table>
</form>

</div>