Jump to content

Recommended Posts

Posted

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).

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...