How can I insert special characters like ♣
and é
into a sql table?
When I try it I get the error below:
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 '] ♣ us3rnamé', '123456789', 'http://blabla.com/blabla/', 'http://' at line 1
The data type is text
. I guess that shouldn't matter.