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?