TRV23RUS
Новичок
Помогите с синтаксисом.
Есть запрос:
insert into ".$object." (rooms, type, etazh, adres, pl, describe, photo, price, hot, `date`) values ( '".$rooms."', '".$type."', '".$etazh."', '".$adres."', '".$pl."', '".$describe."', '32', '".$price."', '".$hot."', NOW())
в базу идет:
insert into flat (rooms, type, etazh, adres, pl, describe, photo, price, hot, `date`) values ( '2', 'Болгарка', '4', 'Проверка', '54', 'Проверка', '32', '54654', '1', NOW())
Выдает ошибку:
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 'describe, photo, price, hot, `date`) values ( '2', 'Болгарка',
В чем ошибка? Я не заметил ошибки в синтаксисе.
Есть запрос:
insert into ".$object." (rooms, type, etazh, adres, pl, describe, photo, price, hot, `date`) values ( '".$rooms."', '".$type."', '".$etazh."', '".$adres."', '".$pl."', '".$describe."', '32', '".$price."', '".$hot."', NOW())
в базу идет:
insert into flat (rooms, type, etazh, adres, pl, describe, photo, price, hot, `date`) values ( '2', 'Болгарка', '4', 'Проверка', '54', 'Проверка', '32', '54654', '1', NOW())
Выдает ошибку:
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 'describe, photo, price, hot, `date`) values ( '2', 'Болгарка',
В чем ошибка? Я не заметил ошибки в синтаксисе.