Login   Register  
PHP Classes
elePHPant
Icontem

File: adduser.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marius  >  dbFile  >  adduser.php  >  Download  
File: adduser.php
Role: Application script
Content type: text/plain
Description: adduser.php
Class: dbFile
file based web database and Administrator
Author: By
Last change:
Date: 2004-04-19 04:32
Size: 699 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Add User </title>
            <link rel="stylesheet" href="settings.css" type="text/css">
</head>

<body>
<center>
Add User 
<form name=form1 action=adduser2.php method=post>
<input type=hidden name=DB value="<?php print("$DB"); ?>">
<input type=hidden name=TABLE value="<?php print("$TABLE"); ?>">
<table border=0>
<tr><td>User name : </td><td><input type=text name=uname value=""></td></tr>
<TR>
    <TD>Pasword</TD>
    <TD><input type="password" name="pass">        </TD>
</TR>
<TR>
        <TD></td><td><input type=submit value="Update!"></TD>
</TR>

</table>
</form>
</center>


</body>
</html>