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()!
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()!