php post中文乱码如何解决
时间:2020-11-01 15:40
php post中文乱码的解决办法:首先打开相应的PHP代码文件;然后在代码中添加语句为“<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">”即可。
推荐:《PHP视频教程》
PHP $_POST 提交表单中文乱码问题
在代码中加入
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">';
以上就是php post中文乱码如何解决的详细内容,更多请关注www.gxlsystem.com其它相关文章!