PHP Classes

File: Register.php

Recommend this page to a friend!
  Classes of Yaohang.Nie   PHP&Databases   ???   Download  
File: ???
Role: ???
Content typex: text/plain
Description: Register
Class: PHP&Databases
Author: By
Last change:
Date: 24 years ago
Size: 590 bytes
 

Contents

Class file image Download
<html> <head><title>Registering the Site</title> </head> <body bgcolor=#ffffff> <h1>Registering the site</h1> <form method="post" action="php&db.class.php"> <table width=90% align=center> <tr><td>First Name:</td><td><input type=text name='FirstName' size=20 maxlength=20></td></tr> <tr><td>Last Name:</td><td><input type=text name='LastName' size=40 maxlength=40></td></tr> <tr><td>email addrress:</td><td><input type=text name='email' size=40 maxlength=40></td></tr> <tr><td></td><td><input type=submit value="Click to Register"></td></tr> </table> </form> </body> </html>