【发布时间】:2012-05-09 22:59:25
【问题描述】:
可能重复:
mysql_fetch_array() expects parameter 1 to be resource, boolean given in select
我上次检查时我的代码运行良好,但现在它似乎坏了。这是错误:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/nerblog/public_html/nerblog/arch.php on line 4
...这是第 4 行的代码:
$q = mysql_query("SELECT * FROM main WHERE month='$month' AND year='$year' LIMIT 12 ORDER BY id DESC");
while ($sql = mysql_fetch_array($q ))
【问题讨论】:
-
这是一个布尔值,因为您的查询无效