Login   Register  
PHP Classes
elePHPant
Icontem

File: index.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-04-19 04:41
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>