Fatal error: Call to undefined method mysqli_stmt::get_result()

I’ve found the problem.

From php.net:

mysqli_stmt :: get_result is Available only with mysqlnd.

My online environment, unlike my local environment seems to be lacking of mysqlnd!

So I guess I’ve to contact my host.

Leave a Comment