Fatal error: Uncaught Error: Call to a member function bind_param() on bool in D:\phpstudy_pro\WWW\manageDB.php:11 Stack trace: #0 D:\phpstudy_pro\WWW\registerStu.php(5): regStuUser(NULL, 'pass_') #1 {main} thrown in D:\phpstudy_pro\WWW\manageDB.php on line 11
时间: 2023-07-23 16:14:06 浏览: 114
fatal error: boostdesc_bgm.i: No such file or directory补充文件
这个错误是由于在 D:\phpstudy_pro\WWW\manageDB.php 的第 11 行调用了一个布尔值上的 bind_param() 方法而引起的。这可能是由于在该行之前没有正确的数据库连接或查询语句出错导致的。你可以检查一下 manageDB.php 文件的代码,确保数据库连接正确,并且查询语句没有问题。
阅读全文