
01.12.2008, 17:52
|
|
Участник форума
Регистрация: 27.11.2008
Сообщений: 161
Провел на форуме: 298300
Репутация:
128
|
|
Сообщение от Витян
добавил. пишет:
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 '2008-11-30','Описание текста','Полный текст','Автор')' at line 1
попробуй так
PHP код:
"INSERT INTO `one` ( `title` , `meta_d` , `meta_k` , `date` , `description` , `text` , `author` )
VALUES (
'{$title}', '{$meta_d}', '{$meta_k}', '{$date}', '{$description}', '{$text}', '{$author}'
);"
|
|
|