01-18-2008, 12:46 AM
I'm trying to create a comment system for files with the help of mybb's functions, but when I input the following:
I get mySQL error 1064:
PHP Code:
$cquery = $db->query("
SELECT *
FROM comments
WHERE set=$set
ORDER BY id DESC
");
Quote:MySQLi error: 1064any suggestions?
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 'set=downloads ORDER BY id' at line 1
Query: SELECT * FROM comments WHERE set=downloads ORDER BY id