致命错误:在第 47 行的 myFile.php 中的非对象上调用成员函数 bind_param()
45 $statement = $con->prepare('call aProcedure(?,?,?)');
46 $statement->bind_param("sss", $str1, $str1, $str1);
47 $statement->execute();
为什么?
PS:它可以在我的本地系统上运行(F€#%"#€ 我不想这么说)该过程在我的本地系统和生产环境中都成功执行。MySQL Workbench。只是拒绝从 PHP 在生产环境中运行