xampp没有读取select数据库填充的阿拉伯元素

attached the screenshot of the problem these are arabic

the fixed element of another select is working fine enter image description here

and it's working normally on apache and wamp

what extension are you using to connect to the DB? if it's mysql(), try:

mysql_set_charset("UTF-8", $db_link);

Right after the link declaration, assuming you store the data as UTF-8 :)