运行出错:Warning: mysqli_stmt_bind_param() expects parameter 1 to be mysqli_stmt, boolean given in

运行代码老出现错误:

Warning: mysqli_stmt_bind_param() expects parameter 1 to be mysqli_stmt, boolean given in D:\phpStudy\WWW\FunPic\txet\04\addBook.php on line 19

Warning: mysqli_stmt_execute() expects parameter 1 to be mysqli_stmt, boolean given in D:\phpStudy\WWW\FunPic\txet\04\addBook.php on line 21

Warning: mysqli_stmt_affected_rows() expects parameter 1 to be mysqli_stmt, boolean given in D:\phpStudy\WWW\FunPic\txet\04\addBook.php on line 22
添加失败

代码:

alert('添加成功');window.location.href='index.php'
                    
                    

你可能感兴趣的:(运行出错:Warning: mysqli_stmt_bind_param() expects parameter 1 to be mysqli_stmt, boolean given in)