Posts by Evandro Moraes • 1 point
1 post
-
0
votes1
answer260
viewsQ: Fatal error: Uncaught Error: Call to Undefined method mysqli_stmt::fetch_object()
code works if it is fetch() with fetch_object() of the error public function consulta($id) { $mysqli = $this->conexao->getCon(); $sql = $mysqli->prepare("SELECT * FROM pessoa WHERE…