Arabic enabled

zrizeq
07:08:14
Hi
I have used dd3 and every thing is Ok but the stored Arabic data which is stored in MySQL is displayed in the browser as ???????
I tried this solution but it does not work

[u]1- in connection file
mysql_query("set character_set_server='utf8'");
mysql_query("set names 'utf8'");

// choose the data base
mysql_select_db($username);
2- in file.php

<meta http-equiv="Content-Language" content="ar-sa">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
smo1234
07-17-2014
Have you tried running any other script which display data from MySQL in your server?
You can also check MySQL database through PhpMyAdmin and see how the data is displayed.
Please Login to post your reply or start a new topic