Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Printer Friendly Tell a Friend

Problem with Turksih characters (utf8) in phpMyadmin

On your on risk you may try adding the lines below to the file 'includes/db_mysql.php' just after the lines with @mysql_connect:

mysql_query("SET NAMES 'utf8'");
mysql_query("SET CHARACTER SET utf8");
mysql_query("SET COLLATION_CONNECTION = 'utf8_turkish_ci'");