silver7 Posted August 19, 2014 Posted August 19, 2014 Its showing me Fatal error: Call to undefined function mysqli_stmt_get_result() Quote
silver7 Posted August 19, 2014 Author Posted August 19, 2014 Its showing me Fatal error: Call to undefined function mysqli_stmt_get_result() Quote
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). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.