MySQL is returning a syntax error for this query (via PHP):
INSERT INTO links (link, name, desc, category)
VALUES ('www.contoso.com', 'Contoso', 'My Website', 'Vanity')
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 'desc, category) VALUES ('www.contoso.com', 'Contoso', 'My Website', 'Vani' at line 1
I see nothing wrong with it. What gives?