PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
#1064 - 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 'USING latin2) FROM `news` LIMIT 0, 30' at line 1
If news is a table name it shouldn't have quotes. If text is a field name it shouldn't have quotes. Wouldn't have thought that would produce that error though, but correct it first.
Thx for reply,
actually I've already tested it both with and without 'quotes'. These are grave accents (I'm not sure if they can be called quotes) and they should work around table or column names.
Anyway, the problem remains. Can anyone help? Please!