Я схожу с ума, я хочу вставить значение в табе материала, но я получаю эту ошибку
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 'name,describe,price,picname) values ('dfg','dfgdf','2','hr')' at line 1
мой код:
mysql_query("insert into stuff(name,describe,price,picname) values ('dfg','dfgdf','2','hr')") or die("cannot execute the query" .mysql_error());
Что я могу сделать? это потратило 1 час моей работы!
Спасибо