Prepared Statement: Number of variables doesn't match number of parameters in prepared statement

前端 未结 2 605
生来不讨喜
生来不讨喜 2021-01-28 19:53

I know this question has been asked several times before but I don\'t see any problem with my code and yet I still get this error On my code which doesn\'t make sense at all.

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-28 20:23

    you are binding the parameter "is" which doesn't exist in your sql statement edit: and you dont have any "?" placeholders either

    msqli_stmt::bind_param

提交回复
热议问题