I\'m getting this kind of result in my database ’ everytime i\'m typing this character ’
’
’
I already use mysql_query(\'SET CHARACTER
mysql_query(\'SET CHARACTER
I had the same problem and I fixed with:
mysql>charset utf8mb4
I read somewhere that utf8 is broken in mysql and utf8mb4 must be used instead.