0

guys! I have a problem about setting up MySQLnd though a script. My web hosting has supported PHP 5.4, but when I test my website, it showing an error

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

I have asked supporter of hosting, they said I may enable MySQLnd though a script.

Does anyone knows how to do that?

thanks!

1 Answers1

0

I am afraid you will have to build something or what and PHP > 5.4 wont help.. This can be answer for you: Change from php-mysqld to php-mysqlnd Or you can try solution in comment on page http://www.php.net/manual/en/mysqli-stmt.get-result.php

Community
  • 1
  • 1