我得到的错误只有在一个实时主机帐户(主机)。它在我的本地(XAMPP)服务器上运行得非常好。此外,在活动主机服务器上,只有在执行多个调用各自PDO语句的检查时,才会出现错误。
这是我的代码:
if(check if user exists){
if(submitted status different from status in DB){
call PDO function to update status and enter into log file
}
if(submitted role different from role in DB){
call