<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="author" content="php enter" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
margin: 0px;
padding: 0px;
background-color: #f8f8f8;
color: #4F4F4F;
}
h1 {
font-family: Times New Roman, serif;
font-size: 26px;
font-weight: normal;
color: #4F4F4F;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #333333;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
color: #333333;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
color: #4F4F4F;
}
a:visited {
text-decoration: underline;
color: #4F4F4F;
}
</style>
</head>
<body>
<br>
<table width="70%" text align="center" border="0">
<center><h3>:: php Enter ::</h3>
MySQL Database Server<br>
Please enter your hostname, database name, password and username.
</center>
<br>
<br>
<form name="formcheck" action="install1.php" method="POST">
<tr>
<td align="center" width="120">Database Host:</td>
<td align="center"><input type=text style="font-size: 16px; font-family: tahoma,arial; font-weight: bold; color: #4F4F4F; BORDER: #4F4F4F 1px solid ; BACKGROUND-COLOR: #F8F8F8" name="host" size="30"></td>
</tr>
<tr>
<td align="center" width="120">DB Name</td>
<td align="center"><input type=text style="font-size: 16px; font-family: tahoma,arial; font-weight: bold; color: #4F4F4F; BORDER: #4F4F4F 1px solid ; BACKGROUND-COLOR: #F8F8F8" name="name" size="30"></td>
</tr>
<tr>
<td align="center" width="120">DB Password</td>
<td align="center"><input type=text style="font-size: 16px; font-family: tahoma,arial; font-weight: bold; color: #4F4F4F; BORDER: #4F4F4F 1px solid ; BACKGROUND-COLOR: #F8F8F8" name="pass" size="30"></td>
</tr>
<tr>
<td align="center" width="120">DB Username</td>
<td align="center"><input type=text style="font-size: 16px; font-family: tahoma,arial; font-weight: bold; color: #4F4F4F; BORDER: #4F4F4F 1px solid ; BACKGROUND-COLOR: #F8F8F8" name="user" size="30"></td>
</tr>
</table>
<table width="70%" text align="center" border="0">
<tr>
<td align="center">
<center>
<INPUT TYPE="SUBMIT" name="submit" VALUE="Submit">
<INPUT TYPE="RESET" name="reset" VALUE="Reset">
</center>
</form>
</td></tr>
</table>
<table width="100%" height="222px" text align="center" border="0">
<tr>
<td align="center" valign="bottom">
<center>
<a href="http://phpenter.net"><font size=1 font color="#4F4F4F">powered by phpenter.net</font></a>
</td>
</tr>
</table>
</center>
</HTML>