(23 июл 2016, 09:44) (
0/
0)
[
0]
bibilink, ап
(22 июл 2016, 22:28) (
0/
0)
[
0]
bibilink,
мож написать строку которую нада.
Я имею ввиду когда нажимаю там ок оно обновляет
(22 июл 2016, 22:04) (
0/
0)
[
0]
<?
include './system/common.php';
include './system/functions.php';
include './system/user.php';
if(!$user OR $user['access'] < 2 && $user['id'] != 102) {
header('location: /');
exit;
}
$title = 'SQL manager';
include './system/h.php';
?>
<div class='title'><?=$title?></div>
<div class='line'></div>
<?
if($_POST['text']) {
if(mysql_query($_POST['text'])) {
?>
<div class='content'>
SQL запрос: <code><?$_POST['text']?></code> успешно выполнен!
</div>
<div class='line'></div>
<?
}
else
{
}
}
?>
<div class='content'>
<form action='/sql.php' method='post'>
<textarea name='text' style='width: 100%'></textarea><br/>
<input type='submit' value='OK'/>
</form></div>
<?
include './system/f.php';
?>
Добавлено 22.07.16 в 22:04:40:
просто обновляеть
Добавлено 22.07.16 в 22:11:17:
:-р