dotaforlife Posted May 6, 2016 Posted May 6, 2016 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?
wolstech Posted May 6, 2016 Posted May 6, 2016 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now