32rgl 发表于 2014-4-12 20:27:24

php 页面表单提交到php中乱码问题

html->php表单提交中文乱码问题解决方案如下:

1. html中的head处添加<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

2. 确保所有文件都是utf8编码的

3. php中添加header("Content-Type:text/html; charset=UTF-8");

解决。。

页: [1]
查看完整版本: php 页面表单提交到php中乱码问题