Login   Register  
PHP Classes
elePHPant
Icontem

File: Register.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Yaohang.Nie  >  PHP&Databases  >  Register.php  >  Download  
File: Register.php
Role: ???
Content type: text/plain
Description: Register
Class: PHP&Databases
Author: By
Last change:
Date: 2001-02-15 21:28
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>