Помогите с mysql
Петя 20.04.2007 12:25
пишу код
^if(def $form:surname && def form:name && def form:year_in && def $form:spec && def $form:educ_type && def $form:course && def $form:group){
^connect[$connect_string]{
^void:sql{INSERT INTO students
(surname, name, year_in, spec, educ_type, course, group)
VALUES
('$form:surname', '$form:name', '$form:year_in','$form:spec', '$form:educ_type', '$form:course', '$form:group')
}
…сообщение добавлено ^show_all[]
}
а когда запускаю пишет -
INSERT INTO students (surname, name, year_in, spec, educ_type, course, group) VALUES ('цй', 'уцйуйц', '123','йцу', 'фыв', '1', '2')
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 'group)
VALUES
('цй', 'уцйуйц', '123','йцу', 'фыв
u:/home/yand.ru/www/auto.p(95:13)
подскажите, что делать?
- Помогите с mysql, Петя 20.04.2007 12:25