PHP页面中文乱码问题,
首先纯html页要用meta标签声明编码<br /><meta http-equiv="Content-Type" content="text/html; charset="utf-8" /><br />有php输出的页要使用header函数声明编码<br />header("Content-Type:text/html; charset=gb2312"); <br />同时文件也要另存为utf-8格式~~GBK同理
http://www.bkjia.com/PHPjc/1104061.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1104061.htmlTechArticlePHP页面中文乱码问题, 首先纯html页要用meta标签声明编码 meta http-equiv="Content-Type" content="text/html; charset="utf-8" / 有php输出的页要使用header函数...
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn