I want to insert some word which is languages of Europe to MySQL. e.g á
, ó
, Ö
,ü
.(Sorry, I don't know what language it is. Maybe somebody can help me fix title.)
But it become something can't read.
I try this solution How to Inserting french characters in mySQL DB table?
I find out my PHP version is 5.1.6
. So I can't use mysql_set_charset
Mysql charset is utf8_general_ci
and version is 5.0.45
.
How can I fix this problem?