我的php查询mysql为什么错了

</head><body><?php$conn=mysql_connect("localhost","root","03470347");mysql_select_db(... </head><body>
<?php
$conn=mysql_connect("localhost","root","03470347");
mysql_select_db("system",$conn);
mysql_query("set names utf8");
$arr=mysql_query("select* from student where num >$_POST[num]",$conn);
while($result=mysql_fetch_assoc($arr)){
?>
<tr>
<td height="200"><?php echo $result['num'];?> </td>
<td height="200"><?php echo $result['name'];?> </td>
<td height="200"><?php echo $result['sex'];?> </td>
<td height="200"><?php echo $result['department'];?> </td>
</tr>
<?php
}
?>
</body>
</html>
展开
 我来答
caofei277
2012-06-03 · TA获得超过715个赞
知道小有建树答主
回答量:463
采纳率:50%
帮助的人:208万
展开全部
QQ32540877
叶问857
2012-06-03 · 超过22用户采纳过TA的回答
知道答主
回答量:127
采纳率:0%
帮助的人:35.2万
展开全部
select * from student
星号前空格了吗
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式