Размер файла: 1.23Kb
<? include 'inc/header.php' ?>
<table width="200" border="1" bordercolor="#000000" bgcolor="#CCCCCC">
<form action="config_db.php" method="post">
<caption align="center">
<a href="http://cms.wapmm.nsk.ru" target="main"><code>Сайт MiniCMS</code></a>
<br>
</caption>
<tr>
<td bgcolor="#666666" align="center"><p class="style1">УСТАНОВКА MINI CMS "Шаг 1 " </p>
</td>
</tr>
<tr>
<td height="190" align="center" bordercolor="#666666"><p align="center"> Хост db:
<input class="style1" value="localhost" name="db_host" type="text">
</p>
<p align="center">Имя пользователя db :
<input class="style1" value="root" name="db_user" type="text">
</p>
<p align="center">Пароль db:
<input class="style1" value="" name="db_pass" type="password">
</p>
<p align="center">Имя db:
<input class="style1" value="minicms" name="db_name" type="text">
<br>
<br>
<input name="go" type="submit" class="style1" style="color:#666666 " value="Дальше">
</form>
</p>
</td>
</tr>
</table>
<?
include 'inc/footer.php' ;
?>