Valenok
Новичок
Не правильный SQL syntax
mysql_query("INSER INTO `$Mytable`(user,pass,ip,status) VALUES ('$n','$p','','$otv')");
Выдаёт:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSER INTO `squad`(user,pass,ip,status) VALUES ('Artemiy2','1234
как исправить ?
mysql_query("INSER INTO `$Mytable`(user,pass,ip,status) VALUES ('$n','$p','','$otv')");
Выдаёт:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSER INTO `squad`(user,pass,ip,status) VALUES ('Artemiy2','1234
как исправить ?