我有这部分代码。但是,当我单击https://..../posts.php?unpublish=4时,什么都没有发生。页面只是刷新,没有日志。当我单击它时,应将值从1更改为0。我的代码在XAMPP上有效,但在GoGaddy共享主机上则无效。
df.plot(kind='bar', stacked=True)
答案 0 :(得分:0)
问题不在PHP代码中,而是在SQL查询中。
要使用相反的值NOT
,必须使用$sql = "UPDATE posts SET published = NOT published WHERE id = $post_id";
。
使用此查询:
case when