运行代码老出现错误:
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
添加失败
代码:
<?php //连接数据库 $link = mysqli_connect('localhost','root','root','db_users'); if(!$link){ die('连接失败:'.mysqli_connect_errno()); } //接收数据 $name = $_POST['name']; $category =$_POST['category']; $price =$_POST['price']; $publish_time =$