dpl57372 2013-04-18 06:38
浏览 22

如何解决mysql_fetch_array()问题[关闭]

Here is my question ..Can anyone tell me details about the parameter and how to resolve these types of problems ?

Warning: mysql_fetch_array() expects parameter 1 to be resource,
boolean given in C:\wamp\www\bakeism\admin\manage-ads-cat.php

Thanks & Regards

  • 写回答

1条回答 默认 最新

  • doutang2017 2013-04-18 06:40
    关注

    This error means your query is getting failed (something goes wrong in your query) & mysql_query has return FALSE. Always have practice of mysql_error which will show you exact error in your query if any.

    mysql_query(...) or die(mysql_error());
    

    Note: Please, don't use mysql_* functions in new code. They are no longer maintained and are officially deprecated. See the red box? Learn about prepared statements instead, and use PDO, or MySQLi - this article will help you decide which. If you choose PDO, here is a good tutorial.

    评论

报告相同问题?

悬赏问题

  • ¥28 微信小程序开发页面布局没问题,真机调试的时候页面布局就乱了
  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀