Jump to content

Php Mysqli_stmt_Get_Result() Not Working


Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...