Jump to content

Recommended Posts

Posted

Im connecting to my database remotely from an android application. I'm using mysqli_stmt::get_result() function to handle data in my backend. but i cannot use this without mysqlnd enabled. getting the error Fatal error: Call to undefined method mysqli_stmt::get_result()

 

Do you support mysqlnd? if so how can i enable it from my cpanel?

Posted

Mysqlnd is enabled on Johnny based on his phpinfo. Johnny runs PHP 5.4, which uses mysqlnd by default.

 

Doesn't appear to be available on Stevie.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...