Hello All...
I am trying to insert some french characters into our DB. However it is not accepting them.
UPDATE my_table SET field = 'cool 24ô cool éh?' WHERE my_id =13434069 LIMIT 1 ;
my_table
field
my_id
Any help would be appreciated,
-dr
what is the characterset you are using for the database? If it is english ascii you might need to convert to utf
How can I tell which character set I'm using? I have phpmyadmin access.
And if I am using the wrong set, is it easy to change?