Posts by Rafael Xavier Borges da Silva • 1 point
1 post
-
0
votes2
answers538
viewsA: Different mysqli_fetch array output than the one running in phpmyadmin
What you missed in your case was a while. Change your function to look like this: public function executeSelect($query){ $resultado_id = mysqli_query($this->objetoConexao, $query);…