我已连接到我的数据库,并且这行代码似乎出现了错误:
while($br = mysql_fetch_assoc($brand))
在我的查询中,我提出了这个:
$brand = mysql_query("Select * from genratb");
错误说
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\videoshop\index.php on line 166
第一个命令实际上是我的第 166 行。