-1
可能重複:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL resultmysql_fetch_assoc():提供的參數不是在PHP中一個有效的MySQL結果資源
$query = "SELECT UniqueID FROM configuration";
$result = mysql_query($query)or die(mysql_error());;
while($row = mysql_fetch_assoc($result)) { }
拋出異常,因爲
警告:
mysql_fetch_assoc()
:提供的參數不是在C有效的MySQL結果資源:\ Program Files文件\ Apache的集團\的Apache2 \ htdocs中\ EHP \ hello.php上線10