Помощь по скриптам | Что не так? Хм
Что тут не так?
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '$time', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> $_GET[id] </a> ')");
________
посл. ред. 05.01.2018 в 18:44; всего 1 раз(а); by Zlodey7777
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '$time', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> $_GET[id] </a> ')");
________
посл. ред. 05.01.2018 в 18:44; всего 1 раз(а); by Zlodey7777
хз
________
посл. ред. 05.01.2018 в 18:15; всего 1 раз(а); by 442980003
________
посл. ред. 05.01.2018 в 18:15; всего 1 раз(а); by 442980003
'.$GET['id'].'
Пробуй
Пробуй
Zlodey7777 ,
https://pastebin.com/6y9ZjUnC
попробуй
________
посл. ред. 05.01.2018 в 18:23; всего 2 раз(а); by Avenax
https://pastebin.com/6y9ZjUnC
попробуй
________
посл. ред. 05.01.2018 в 18:23; всего 2 раз(а); by Avenax
ссылка в ссылке криво ка
к-то
________
посл. ред. 05.01.2018 в 18:26; всего 1 раз(а); by Flanec
к-то
________
посл. ред. 05.01.2018 в 18:26; всего 1 раз(а); by Flanec
Zlodey7777 (05.01.2018 в 18:13)
Что тут не так?
Что тут не так?
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '$time', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> $_GET[id] </a> ')");
так попробуй:
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '".$time."', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> ".$_GET['id']."</a>')");
________
посл. ред. 05.01.2018 в 18:31; всего 1 раз(а); by Flanec
все равно не идет запрос
Или же так:
[/q]
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '$time', 'закрыл тему <a href="https://site.ru/forum/post/topic/'.$_GET['id'].'/"> ".$_GET['id']." </a> ')");
[/q]
Flanec (05.01.2018 в 18:31)
Zlodey7777 (05.01.2018 в 18:13)
Что тут не так?
так попробуй:
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '".$time."', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> ".$_GET['id']."</a>')");
Zlodey7777 (05.01.2018 в 18:13)
Что тут не так?
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '$time', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> $_GET[id] </a> ')");
так попробуй:
mysql_query("INSERT INTO `moderator_log` (id_user, time, msg) values('".$user['id']."', '".$time."', 'закрыл тему <a href='https://site.ru/forum/post/topic/".$_GET['id']."/'> ".$_GET['id']."</a>')");
не работает тоже