gpt4 book ai didi

php - 文件 PHP 中的表单不发布 UTF-8

转载 作者:行者123 更新时间:2023-11-28 04:12:39 24 4
gpt4 key购买 nike

我使用 PHP 创建常见问题解答表单,但它不显示 UTF-8,尽管 SQL 数据为 utf-8_general_ci index image error font utf-8 sql error font utf-8

我有 2 个文件:faq.php 和 index.php

最佳答案

恕我直言,有几个地方可能会导致问题:

  • 用表单编码页面

    <meta http-equiv="content-type" content=" text/html; charset=utf-8" /> 
  • 表单本身的表单编码

    <form accept-charset="utf-8"> 
  • SQL连接的编码

    charset utf8;

关于php - 文件 PHP 中的表单不发布 UTF-8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17134367/

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