gpt4 book ai didi

php - 数据库显示希伯来语,但在 php 中希伯来语数据显示为问号

转载 作者:行者123 更新时间:2023-11-29 17:29:51 27 4
gpt4 key购买 nike

数据库显示希伯来语,但在 php 中希伯来语数据显示为问号。我的代码是这样的(这不是完整的代码):

  <?php
require('connect.php');
$result = mysqli_query($con,"SELECT * FROM bookList ORDER BY title LIMIT
10");
$row = mysqli_fetch_assoc($result);
$title = $row['title'];
echo $title;
?>

最佳答案

检查您的字符编码是否始终为 UTF-8。

  • 检查数据库是否为 utf-8
  • 检查表是否为 utf-8
  • 检查列是否为 utf-8
  • 检查 html 元标记字符集是否为 utf-8
  • 在 IDE 或文本编辑器中检查 PHP 文件是否为 utf-8。

关于php - 数据库显示希伯来语,但在 php 中希伯来语数据显示为问号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50740530/

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