Quote:
Originally Posted by hugojr
here is the error I am getting
Code:
Invalid SQL:
SELECT username, userid, birthday
FROM ?.?user
WHERE (birthday LIKE '10-30-%' OR birthday LIKE '10-31-%')
AND usergroupid IN (0, 6, 7, 2, 5)
mysql 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 '?.?user
WHERE (birthday LIKE '10-30-%' OR birthday LIKE '10-31-%')
AND use' at line 2
mysql error number: 1064
what does this mean?
|
It looks like maybe you've created a a double-double quote in that sql statement. Something that looks like
I'll try to locate the exact spot where this sql is coded later today but if you can search in for "birthday" in the php files under includes.