gpt4 book ai didi

php - 我需要将阿拉伯语数据存储到mysql中

转载 作者:行者123 更新时间:2023-11-29 21:41:55 24 4
gpt4 key购买 nike

大家好,我知道这个主题已发布多次,但没有一个对我有用。所以我需要在特定的表中存储一些阿拉伯语数据,但是当我发送它并在 phpmyadmin 中探索它时,我发现了类似的东西 ا 我尝试在 head 中添加元 charset=utf-8 并添加 Accept-charset='utf -8' 的形式,但仍然没有区别,这是我使用它连接到我的数据库的代码

$conect=new PDO("mysql:host=$host;dbname=$datab;charset=utf8;connection collation: utf8_general_ci",$user,$pass);
$conect->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$sql="INSERT INTO botola_team(name,nameabbreviation,team_url,year_of_ta2sis,President,coach,name_field,pic_of_team,logo,pic_field)
VALUES ('$name','$nameabrev','$teamurl','$ta2sis','$president','$coach','$namefield','$teampic','$logo','$teampic')";
$conect->exec($sql);
Table structure

最佳答案

解决方案是在表列中使用 utf8_general_ci 而不是 utf8_unicode_ci 字符集。

关于php - 我需要将阿拉伯语数据存储到mysql中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34420100/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com