嘴角微上扬 2018-12-03 15:09 采纳率: 100%
浏览 2509
已采纳

PHP中提示:Warning: mysqli_fetch_array().....应该怎么修改,万分感谢

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in.....
其中 $info = mysqli_fetch_array($sql);为出错的行
代码如下:

            <table width="180"  border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="5"></td>
              </tr>
              <?php
     $sql= mysqli_query($link,"SELECT * FROM `tb_gonggao` ORDER BY time desc limit 0,5");
             //按时间顺序查询最新的五条数据

        ********    $info = mysqli_fetch_array($sql);********
        if($info==false){
              ?>
              <tr>
                <td height="20" align="center">暂无新闻公告!</td>
              </tr>
              <?php 
                       }
         else{
         do{
              ?>
              <tr>
                <td height="20"><div align="center">
                  <table width="180"  border="0" align="center" cellpadding="0" cellspacing="0">
                    <tr>
                      <td width="16" height="5"><div align="center"><img src="file:///D|/XAMPP/htdocs/shop/images/circle.gif" width="11" height="12"></div></td>
                      <td width="164" height="24"><div align="left"> <a href="gonggao.php?id=<?php echo $info['id'];?>">
                          <?php 
             echo substr($info['title'],0,25);
             if(strlen($info['title'])>25){
            echo "...";
              } 
          ?>
                      </a> </div></td>
                    </tr>
                  </table> 
                  </div></td>
              </tr>
              <?php
         }
           while($info=mysqli_fetch_assoc($sql));
         }//调出新闻标题
    ?>
          </table>
  • 写回答

1条回答 默认 最新

  • devmiao 2018-12-03 15:56
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Acrn IVSHMEM doorbell问题
  • ¥15 yolov5中的val测试集训练时数量变小问题
  • ¥15 MPLS/VPN实验中MPLS的配置问题
  • ¥15 materialstudio氢键计算问题
  • ¥15 已知隐函数其中一个变量的,求另外一个变量
  • ¥15 echarts图表制作
  • ¥15 halcon根据玻璃面板纹路取区域
  • ¥15 HFSS设计小型化180度耦合器
  • ¥15 使用CInternetSession,CHttpFile读取网页文件时有些电脑上会卡住怎么办?
  • ¥15 水下机器人的半物理仿真研究