已有40人关注
php php连接mysql错误
发表在PHP图书答疑 2015-05-26
是否精华
版块置顶:
 <?php
$link=mysql_connect("localhost","root","root") or die("数据库连接失败".mysql_error());
mysql_select_db("ee",$link);
mysql_query("set names gb2312");
$sql=mysql_query("select * from cc");
$info=mysql_fetch_array($sql);
if ($_POST[Submit]=="查询"){
$txt_book=$_POST[txt_book];
$sql=mysql_query("select * from tb_book where bookname like '%".trim($txt_book)."%'"); //这个代码好像有错误。我在mysql里面打不上去啊
$info=mysql_fetch_array($sql);
}
if($info==false){          //如果检索的信息不存在,则输出相应的提示信息
    echo "<div align='center' style='color:#FF0000; font-size:12px'>对不起,您检索的图书信息不存在!</div>";
}
 do{
  ?>
$sql语句有错误求解决;
分享到:
精彩评论 6
铁游夏
学分:0 LV1
TA的每日心情
还糊涂
2020-10-22 13:46:07
2015-05-27
沙发
$sql=mysql_query("select * from cc");
$info=mysql_fetch_array($sql);

这两行代码是做什么的?把完整代码发上来,我给你看下。
佚名
学分:70 LV3
TA的每日心情
开心
2021-07-05 14:21:40
2015-05-27
板凳
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link  href="style.css" rel="stylesheet">
<title>应用mysql_fetch_array()函数从数组结果集中获取信息</title>
</head>
<body>
<table width="609" height="134"  border="1" cellpadding="0" cellspacing="0" bgcolor="#9E7DB4" align="center"> 
 <form name="myform" method="post" action="">
    <tr> 
  <td width="605" height="51" bgcolor="#CC99FF"><div align="center">请输入图书名称
      <input name="txt_book" type="text" id="txt_book" size="25" > 
      &nbsp;
          <input type="submit" name="Submit" value="查询">
  </div></td>
  </tr>
</form>
  <tr valign="top" bgcolor="#FFFFFF"> 
    <td height="81">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td height="79" align="center" valign="top"> <br>
              <table width="572"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#625D59">
                <tr align="center" bgcolor="#CC99FF">
                  <td width="46" height="20">编号</td>
                  <td width="167">图书名称</td>
                  <td width="90">出版时间</td>
                  <td width="70">图书定价</td>
                  <td width="78">作者</td>
                  <td width="114">出版社</td>
                </tr>
                <?php
$link=mysql_connect("localhost","root","root") or die("数据库连接失败".mysql_error());
mysql_select_db("db_database18",$link);
mysql_query("set names gb2312");
$sql=mysql_query("select * from tb_book");
$info=mysql_fetch_array($sql);
if ($_POST[Submit]=="查询"){
$txt_book=$_POST[txt_book];
$sql=mysql_query("select * from tb_book where bookname like '%".trim($txt_book)."%'"); //如果选择的条件为"like",则进行模糊查询
$info=mysql_fetch_array($sql);
}
if($info==false){          //如果检索的信息不存在,则输出相应的提示信息
    echo "<div align='center' style='color:#FF0000; font-size:12px'>对不起,您检索的图书信息不存在!</div>";
}
 do{
  ?>
                <tr align="left" bgcolor="#FFFFFF">
                  <td height="20" align="center"><?php echo $info[id]; ?></td>
                  <td >&nbsp;<?php echo $info[bookname]; ?></td>
                  <td align="center"><?php echo $info[issuDate]; ?></td>
                  <td align="center"><?php echo $info[price]; ?></td>
                  <td align="center">&nbsp;<?php echo $info[maker]; ?></td>
                  <td>&nbsp;<?php echo $info[publisher]; ?></td>
                </tr>
                <?php
}
while($info=mysql_fetch_array($sql));
?>
            </table></td>
        </tr>
      </table>
    <br></td> 
  </tr> 
</table>
</body>
</html>
铁游夏
学分:0 LV1
TA的每日心情
还糊涂
2020-10-22 13:46:07
2015-05-27
地板
这段完整代码运行正常,没有出现任何错误,重新检查一下你之前修改过的代码。
佚名
学分:70 LV3
TA的每日心情
开心
2021-07-05 14:21:40
2015-05-27
4L
老师,我检查过了,你说了跟没说一样的,确实报错了。
佚名
学分:70 LV3
TA的每日心情
开心
2021-07-05 14:21:40
2015-05-27
5L
你能把完整的代码给我么,我试了一天了,都失败啊
铁游夏
学分:0 LV1
TA的每日心情
还糊涂
2020-10-22 13:46:07
2015-05-28
6L
运行结果图我已上传,你看一下,在你进行查询之前是否正确输出了图书信息。查询后也没有出现你说的错误。
首页上一页 1 下一页尾页 6 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照