PHP转编码到UTF-8不成功
<!--聊天室用户登录界面--><html><?php@header('Content-type:text/html;charset=utf-8');?><!--<met...
<!--聊天室用户登录界面-->
<html>
<?php
@header('Content-type: text/html;charset=utf-8');
?>
<!--
<meta http-equiv="Content-Type" content="text/html";charset=utf-8/>
-->
<head>
<title>用户登录</title>
</head>
<body>
<center>
<h1>欢迎来到聊天室</h1>
<h2>请输入你的昵称</h2>
<form action="main.php" method="post" target="_self">
<input type="text" name="nick" col="20">
<input type="submit" value="登录">
</form>
</center>
</body>
</html>
chrome浏览器编码设置为UTF-8,但是还是显示乱码。服务器用的apache。 展开
<html>
<?php
@header('Content-type: text/html;charset=utf-8');
?>
<!--
<meta http-equiv="Content-Type" content="text/html";charset=utf-8/>
-->
<head>
<title>用户登录</title>
</head>
<body>
<center>
<h1>欢迎来到聊天室</h1>
<h2>请输入你的昵称</h2>
<form action="main.php" method="post" target="_self">
<input type="text" name="nick" col="20">
<input type="submit" value="登录">
</form>
</center>
</body>
</html>
chrome浏览器编码设置为UTF-8,但是还是显示乱码。服务器用的apache。 展开
展开全部
点击你的notepad++的格式,选择 “转为UTF-8 无BOM格式”。
在你的php代码的最上面加上一句:header("Content-type:text/html;charset=utf-8");
你的这句:<meta http-equiv="Content-Type" content="text/html";charset=utf-8/>不用注销的。
好了,你再刷新看看
追问
这样的话header("Content-type:text/html;charset=utf-8");和这两句都不用,也可以啊
追答
哦,这样啊
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询