Login   Register  
PHP Classes
elePHPant
Icontem

File: login.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of raja  >  Login and DB classes quick start  >  login.php  >  Download  
File: login.php
Role: Auxiliary script
Content type: text/plain
Description: Login form
Class: Login and DB classes quick start
Authenticate users with records in MySQL database
Author: By
Last change:
Date: 2008-05-02 05:12
Size: 611 bytes
 

Contents

Class file image Download
 
             <form method="post" action="LoginProcess.php">
 
<? 
 

?>
<table border="0" align="center">
<tr>
<td class="bodytext">Email</td>
<td><input Name="UserName" type="text" class="field"></td>
</tr>
<td class="bodytext">Password</td>
<td><input Name="Password" type="password" class="field"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="center"><input type="submit" value="Login"  name="Login" class="button"></td>
</tr>
<tr>
  <td  colspan="2" class="menu_over" align="center" ><?php
//echo "<br />  $msg <br />";
?></td>
  <td align="center">&nbsp;</td>
</tr>
</table>
 
</form>