mysqli_stmt::bind_param(): Number of elements in type definition string doesn't match number of bind variables and cannot UPDATE

前端 未结 2 1363
萌比男神i
萌比男神i 2021-01-29 10:44

I have a problem when i submit or update this data. The data cannot update.

this code :

if(isset($_GET[\'newsid\'])){
    if(isset($_POST[\'submit\'])){
         


        
2条回答
  •  死守一世寂寞
    2021-01-29 11:14

    aaaa in the bind parameters is not valid, it needs to be s for string or i for integer or d for double

提交回复
热议问题