Отчет по практике: Разработка систем управления базой данных MySQL
<tr class=\"tabletext\"><td colspan=\"2\" align=\"CENTER\"><input type=\"submit\" value=\"Изменить\"></td></tr>
</table>
</form>";
if(isset($new_mysql_host) && isset($new_mysql_login) && isset($database))
{
$config = "<?php
\$mysql_host = \"".$new_mysql_host."\";
\n
\$mysql_login = \"".$new_mysql_login."\";
\n
\$mysql_password = \"".$new_mysql_password."\";
\n
\$database = \"".$new_database."\";
?>";
$fp = fopen ("inc/config.php", "w+");
fwrite ($fp, $config);
fclose ($fp);
print "<meta http-equiv=\"refresh\" content=\"0 url=admin.php?actions=config\">";
}
break;
}
//Добавление таблицы
if (@$action == 'add' && isset($db)) {
print "<form action=\"?actions=add&s=1\" method=\"post\">
<table>
<tr><td colspan=\"2\" class=\"tabtop\" align=\"CENTER\"><b>Добавление строки в
таблицу $db</b></td></tr>
<tr class=\"tabletext\"><td> Название книги: </td><td><input type=\"text\"
name=\"snazvanie\"> </tr>