Answer the question
In order to leave comments, you need to log in
Fatal error: Call to a member function fetch_array() on a non-object in MySQL?
$query = "SELECT * from table";
$result = $mysqli->query($query);
while ($row = $result->fetch_array(MYSQLI_ASSOC)){
…
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question