silver7 Posted August 19, 2014 Posted August 19, 2014 Its showing me Fatal error: Call to undefined function mysqli_stmt_get_result()
silver7 Posted August 19, 2014 Author Posted August 19, 2014 Its showing me Fatal error: Call to undefined function mysqli_stmt_get_result()
wolstech Posted August 19, 2014 Posted August 19, 2014 Use mysqli_get_result(), not mysqli_stmt_get_result(). We do not use the mysqlnd version of the mysqli API. It's an extra module we don't have in our PHP 5.3.x build, and is only standard on servers running PHP 5.4 or newer. Also, we have no estimate on when we will upgrade PHP (it's been asked numerous times).
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