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");

解决。。

posted on 2014-04-12 13:43  Elenno  阅读(593)  评论(0编辑  收藏  举报

导航