Login   Register  
PHP Classes
elePHPant
Icontem

File: sign_up

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of johno dread  >  Yahoo MSN chat  >  sign_up  >  Download  
File: sign_up
Role: Auxiliary script
Content type: text/plain
Description: index file. Make site users using this form
Class: Yahoo MSN chat
Determine if Yahoo or MSN users are online
Author: By
Last change:
Date: 2010-04-23 14:19
Size: 812 bytes
 

Contents

Class file image Download
<?php

/**

 * @copyright 2010
 */



?>
<style>
body
{
    margin:20px;    
}
hr
{
  width: 1px;
  color:#FFF;    
}
.fieldsCollection
{
    padding:5px;
}
</style>
<center>
    <h1>Register</h1>

        <fieldset id="personalFieldsCollection" class="fieldsCollection" >
      <form action="add_user.php" method="post">
          <table>
          <tr><td align="right">First Name:</td><td><input        type = "text" value=""    name="fname"/></td></tr>
          <tr><td align="right">Last Name:</td><td><input        type = "text" value=""     name="lname"/></td></tr>
          <tr><td align="right">Email Address:</td><td><input     type = "text" value=""    name="email"/></td></tr>
          <tr><td align="right">&nbsp;</td><td><input             type = "submit" value="Register"/></td></tr>
          </table>
     </form>
        </fieldset>


</center>