PHP Classes

File: forms/register_form.php

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

Contents

Class file image Download
<div>

<h2>Register</h2>

<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></td></tr>
        <tr><td>Re-type Password:</td><td><INPUT type="password" name="pass2" maxlength="30"></td></tr>
        <tr><td><br />Email:</td><td><br><INPUT type="text" name="email" maxlength="30"></td></tr>
        <tr><td colspan="2" align="right"><br><INPUT type="submit" name="subjoin" value="Register"></td></tr>
    </table>
</form>

</DIV>