Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试向 MySQL 提交带有挪威字符的文章和表格时,结果返回空白。我不能简单地使用Æ、Ø或Å。有什么想法可以解决这个问题吗?我将简单地处理几乎所有表格$_POST[]。ISO 以 HTML 格式设置。
$_POST[]
我不知道这是否重要,但服务器是基于 Xampp 构建的。
如果您需要更具体的信息,请告诉我。
欣赏任何想法。
检查 html、php 和 mysql(以及服务器配置)中的所有字符集。可能在某处或默认值中有 utf-8/utf8(或其他)。
或者更好地使用 utf-8/utf8。