mySQLi prepared statement unable to get_result()

后端 未结 2 828
清歌不尽
清歌不尽 2020-11-28 16:13

I am totally confused by mySQLi. Although I have been using procedural mysql calls for years, I want to get used to making prepared statements for the db security/mySQL inj

2条回答
  •  渐次进展
    2020-11-28 16:33

    mysqli_stmt :: get_result is Available only with mysqlnd package. remove php5-mysql package and install php5-mysqlnd instead

提交回复
热议问题