我有一个我无法理解的问题。
我网站的所有内容都运行顺畅,但在使用挪威语特殊字母时,查询无法在我的数据库中添加新行。 Dreamweaver和PHPMyAdmin中的两个文档都设置为Latin / ISO-8859-1,因此它理论上应该可以正常工作。通过PHPMyadmin手动编辑数据库时,每个字符都显示正常。没有破碎的字母或问号。
我的查询很标准。
mysqli_query($con,"INSERT INTO customers (w_id, firstname, lastname, email, company, tlf, adress, city, zipcode, country)
VALUES ('$webshop_info[w_id]', '$firstname', '$lastname', '$email', '$company', '$tlf', '$adress', '$city', '$zipcode', '$country')");
任何想法,建议或解决方法?
答案 0 :(得分:0)
问题出现在charsets中
1. php版本不适合
2. html中的char-set meta未设置
3.数据库整理错误
请尝试使用unicode。