Small Php/Mysql charset problem

Status
Not open for further replies.

wingsoffire1

Junior Member
Joined
Dec 4, 2009
Messages
157
Reaction score
280
I'm using a script for one of my websites that was in english. I put the translation to french and all the special characters went crazy.
I tried to change the charset and almost everything and I could not find the source of this problem.
I know that it must not be a big deal.
So I'm looking for someone to fix it for me. Pm me your offer.
Thank you.
 
Just change your database type to UTF-8.
+make sure you sending data to mysql in utf-8 charset
+make sure that columns in mysql table have utf8 charset
+after connection to a database run this command:
Code:
set names utf8;
 
Last edited:
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top