Call to undefined method mysqli_stmt::get_result

Please read the user notes for this method:

http://php.net/manual/en/mysqli-stmt.get-result.php

It requires the mysqlnd driver… If it isn’t installed on your webspace you will have to work with bind_result() & fetch()!

Leave a Comment