我得到的错误只有在一个实时主机帐户(主机)。它在我的本地(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
我有一个开始日期和结束日期的表格--大部分是一整年,但从任何一个月开始。
我想要一份每年当月活动的行数的报告。它将类似于当前计数、去年计数、2年前计数等
我用PHP构建我的查询,所以我可以很容易地在子查询的日期或sum中使用sum(case when then end)和硬编码,但我认为可能有更好的方法。有什么想法吗?