PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Marius   dbFile   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: index.html
Class: dbFile
file based web database and Administrator
Author: By
Last change:
Date: 20 years ago
Size: 787 bytes
 

Contents

Class file image Download
<html> <head> <title>MySql Admin version 1.01</title> <link rel="stylesheet" href="settings.css" type="text/css"> </head> <body background="images/top.jpg" style="BACKGROUND-POSITION: 50% top; BACKGROUND-REPEAT: no-repeat"> <center> <form name=form1 action=main.php method=post><BR><BR><BR><BR><BR><BR><BR> <TABLE> <TR> <TD>Login</TD></TR></TABLE><BR> <TABLE> <TR> <TD>Database : </TD> <TD><INPUT value=localhost name=Server></TD></TR> <TR> <TD>User :</TD> <TD><INPUT name=User></TD></TR> <TR> <TD>Password :</TD> <TD><INPUT type=password name=Password></TD></TR> <TR> <TD></TD> <TD> <P align=center><INPUT type=submit value=Login></P></TD></TR></TABLE> </form> </center> </body> </html>