mysqli_result::fetch_assoc--mysqli_fetch_assoc—Fetch the next row of a result set as an associative array.mysqli_fetch_row()may be used to fetch the numerically indexed array, or ...www.php.net
mysqli_result::fetch_row--mysqli_fetch_row—Fetch the next row of a result set as an enumerated array.Returns an enumerated array representing the fetched row,...www.php.net
2015年8月10日 - mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in directory name.change to while($row = mysqli_fetch_array($run...