Welcome Guest, Not a member yet? Register   Sign In
Arabic not displaying properly
#7

[eluser]InsiteFX[/eluser]
You can try this, it should be the one called!
Code:
if (function_exists('mysql_set_charset'))
{
    mysql_set_charset('utf8', $db);
}
else
{
    mysql_query("SET NAMES 'utf8'", $db);
}

InsiteFX


Messages In This Thread
Arabic not displaying properly - by El Forum - 07-21-2011, 06:52 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 02:20 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 05:21 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 06:39 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 08:29 AM
Arabic not displaying properly - by El Forum - 07-23-2011, 07:48 AM
Arabic not displaying properly - by El Forum - 07-23-2011, 11:11 AM
Arabic not displaying properly - by El Forum - 07-28-2011, 02:01 AM
Arabic not displaying properly - by El Forum - 07-28-2011, 03:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB