I am developing website using php and mysql and i have stored Marathi data in database and displays on web page but its shows like ????????. To solve this i have used utf8 Unicode i have set database and table to utf8 also added below code in connection file after the connection $con = mysql_connect("localhost","root",""); function
mysql_query("SET character_set_results=utf8");
mysql_query("SET names=utf8");
mysql_query("SET character_set_client=utf8");
mysql_query("SET character_set_connection=utf8");
mysql_query("SET character_set_results=utf8");
mysql_query("SET collation_connection=utf8_general_ci");
also set the $result = mysql_query("SET NAMES utf8");
before data fetch query the question mark problem solve now but the data displays "0au120bhu908hgsbdch761" like that.