php中中文如何转码

<iframeid="aaa"name="aaa"width="600"height="500"src="网址/playerDetail.php?serverName=<... <iframe id="aaa" name="aaa" width="600" height="500" src="网址/playerDetail.php?serverName=<?php echo $_GET["serverName"]; ?>&playerName=<?php echo $_GET["playerNmae"]; ?>"></iframe>

这是获取用户表单输入的信息 但是 是中文的 所以打不开 请教怎么转码
下面是表单
<form action="22.php" method="get">
服务器: <input type="text" name="serverName"><br>
玩家名: <input type="text" name="playerNmae"><br>
<input type="submit">
</form>
展开
 我来答
Alljhatv
2014-09-07 · TA获得超过681个赞
知道小有建树答主
回答量:408
采纳率:87%
帮助的人:184万
展开全部

应该是没有URL编码(一般来说,用默认字符集是没有问题的)。

URL编码/解码,可用函数urlencode()与urldecode()。

还有一个小问题,你有个地方打错了,在表单中把playerName打成了playerNmae,而iframe的URL中却是playerName。


iframe代码改为(你的拼写错误已修正):

<iframe id="aaa" name="aaa" width="600" height="500" src="网址/playerDetail.php?serverName=<?php echo urlencode($_GET["serverName"]); ?>&playerName=<?php echo urlencode($_GET["playerName"]); ?>"></iframe>

表单代码改为:

<form action="22.php" method="get">
服务器: <input type="text" name="serverName" /><br />
玩家名: <input type="text" name="playerName" /><br />
<input type="submit" />
</form>

再试试?

kalv1n仔
2015-10-29
知道答主
回答量:34
采纳率:0%
帮助的人:15.2万
展开全部
是pHP的代码吗? 在头部加个header("content-type:text/html;chartset=utf-8");
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友34b1cab
2014-09-07 · TA获得超过202个赞
知道小有建树答主
回答量:133
采纳率:0%
帮助的人:85.6万
展开全部
php里面加上这句话试试:header(“Content-Type: text/html; charset=gb2312")
希望采纳,谢谢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
江先生帅气
2015-10-19 · TA获得超过141个赞
知道答主
回答量:195
采纳率:100%
帮助的人:52万
展开全部
提供场地安装。
那么,谁该为此担责?“
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2014-09-07
展开全部
没看懂,你想问啥。。
把编码改成GBK或者UTF-8?
追问
网站到可以正常打开了  我改的utf-8  但是乱码了     难道是服务器原因吗 windows 2003的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式