I have setup my DB collation to utf8_unicode_ci but when echo the results of db it prints out ??? or differents charachters for different internation languages, any idea what is wrong?
My html header is <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
As Shrapnel commented, solution is
mysql_set_charset('utf8');