hello all;
scratching my head because I have no clue why this query doesn't work. php5, mysql 5.1
INSERT INTO cats (title,type,cat_parent,cat_descr) VALUES ('Category Name', '0','0','Category Description')
BASIC insert query.
and the error I get ad infinitum is this:
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 '(title,) VALUES ('Category Name', )' at line 1
if anyone could spot what I'm doing wrong or help, that'd be great. thanks.
:) sxccodette