php代码中汉字就乱码??怎么解决???

<?php$conn=mysql_connect("localhost","root","")ordie("数据库连接错误");mysql_select_db("test... <?php

$conn = mysql_connect("localhost","root","") or die ("数据库连接错误");
mysql_select_db("test",$conn);
mysql_query("Set Names GBK")

?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
<table width="1172" height="921" border="0" cellspacing="0">
<tr>
<th width="127" scope="col"> </th>
<th width="949" scope="col"> </th>
<th width="90" scope="col"> </th>
</tr>
<tr>
<td> </td>
<td><img src="images/03r.png" width="949" height="454" /></td>
<td> </td>
</tr>
<tr>
<td height="329"> </td>
<td align="center" valign="top" background="images/03bb.png"><p><img src="images/qq.jpg" width="922" height="145" border="0" usemap="#Map" /></p>
<hr />
<table width="500" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#add3ef">
<?php

$sql="select * from message";
$query=mysql_query($sql);
while($row=mysql_fetch_array($query)){

?>
<tr bgcolor="#eff3ff">
<td> 用户:<?php echo $row["user"];?> 标题:<?php echo $row["title"];?> </td>
</tr>
<tr bgcolor="#ffffff">
<td>内容:<?php echo $row["content"];?> </td>
</tr>
<?php
}
?>
</table>
<p> </p>
<p> </p>
<p> </p>
<p><img src="images/vb.jpg" width="924" height="44"></p>
<tr>

<td height="31"> </td>
</tr>

<td></td>
</table>
</tr>
<tr>
<td> 

</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

<map name="Map"><area shape="rect" coords="445,121,543,146" href="add.php">
<area shape="rect" coords="14,24,75,44" href="admin/list.php">
</map></body>
</html>
展开
 我来答
el13
2009-05-23 · TA获得超过1436个赞
知道小有建树答主
回答量:1178
采纳率:0%
帮助的人:1050万
展开全部
把php脚本文件,mysql存储格式,还有html编码格式都设置为UTF-8就可以了~
匿名用户
2009-05-23
展开全部
这样试试看,已经加了gbk 个gb2312,应该没问题了

输出时候用这样

<?php echo "\".$row["user"]."\";?>

试试看。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zhenglm006
2009-05-23 · TA获得超过156个赞
知道小有建树答主
回答量:382
采纳率:0%
帮助的人:138万
展开全部
mysql_query("Set Names GBK")
后面没分号么
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式