I got this today while trying to edit someone's signature:
Invalid SQL: SELECT userid
FROM user
WHERE username='KeViN32285'
AND userid <>
mysql error: You have an error in your SQL syntax near '' at line 4
mysql error number: 1064
I'd like to learn how to deal with these problems by learning more about how it works. Can anyone refer me to a document/thread which discusses database errors for BEGINNERS?
Thanks!
Invalid SQL: SELECT userid
FROM user
WHERE username='KeViN32285'
AND userid <>
mysql error: You have an error in your SQL syntax near '' at line 4
mysql error number: 1064
I'd like to learn how to deal with these problems by learning more about how it works. Can anyone refer me to a document/thread which discusses database errors for BEGINNERS?
Thanks!
Comment