assd
Новичок
Всем доброй ночи. Сервер обновился и теперь проблема с добавлением и редактирование бд. Выдает ошибку:
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 'text'.
Вот запрос:
$result = mysql_query ("UPDATE data SET title='$title', meta_d='$meta_d', meta_k='$meta_k', description='$description', text='$text', date='$date', author='$author', mini_img='$img', cat='$cat' WHERE id='$id'") or die (mysql_error());
Всем заранее спасибо за помощь)
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 'text'.
Вот запрос:
$result = mysql_query ("UPDATE data SET title='$title', meta_d='$meta_d', meta_k='$meta_k', description='$description', text='$text', date='$date', author='$author', mini_img='$img', cat='$cat' WHERE id='$id'") or die (mysql_error());
Всем заранее спасибо за помощь)