PHP Classes

File: html/loginForm.inc

Recommend this page to a friend!
  Classes of Dave Hale   Login Controller   html/loginForm.inc   Download  
File: html/loginForm.inc
Role: Auxiliary script
Content type: text/plain
Description: html file
Class: Login Controller
Manage registration and authentication of users
Author: By
Last change: changed directory
Date: 15 years ago
Size: 487 bytes
 

Contents

Class file image Download


<div id='loginform'>
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method='post'>
        <p>Username <input type='text' name='username' /></p>
        <p>Password <input type='password' name='password' /></p>
        <p><input class="button" type="submit" name="LC_ACTION" value='log in' /></p>
        <p><input class="button" type='submit' name="LC_ACTION" value='register' /></p>
        <p><input class="button" type='submit' name="LC_ACTION" value='forgot password?' /></p>
    </form>
</div>