In short, he uploaded the site to a server running Linux, php version 5.3.20. So, the mysqli_stmt :: get_result () method does not work on the server. Googled - the problem is not with me alone (thousands of them). The mysqInd driver is required. In short, in the repositories something needs to be changed, etc. etc. In general, brain drainage machine. I think it's stupid that there are no drivers on the servers. This makes no sense. Now what - to refuse the bind_param, prepare methods and to pass again on old ancient mysql? Guys, how to deal with it?

  • one
    use bind_result - zb '
  • @eicto, respect! mysqli_stmt something new for me, thanks, now figured it out! - Deus
  • @eicto, is it not difficult to tell? for the stmt-> result () method, a certain number of variables is required to store the result of the query. What if these variables have different amounts for different requests? - Deus

0