我的程序里mysql_fetch_assoc()没有返回数据!
代码:
while (mysql_fetch_assoc($result))
{
echo $result[’******’];
}
上面这个没有返回数据
mysql_fetch_assoc()没有返回数据

注意!上面的代码没有报错!
最后:
mysql_fetch_assoc()没有返回数据

没有显示数据!
哪位牛人帮我解决一下,谢谢~~

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
猜你喜欢
  • 2021-12-17
  • 2021-06-30
  • 2021-07-12
  • 2022-01-22
  • 2022-12-23
  • 2021-07-08
  • 2021-10-18
相关资源
相似解决方案