作业帮 > 综合 > 作业

if(isset(_GET['act']) && _GET['act']==&a

来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/09/30 12:38:35
if(isset(_GET['act']) && _GET['act']=='isshow') 这句话是什么含义拜托
//审核 if(isset($_GET['act']) && $_GET['act']=='isshow') { $sql="update guestbook set isshow='".$_GET['isshow']."' where id=$id"; mysql_query($sql); die(" window.alert('审核成功!');window.document.location.href='index.php'; ");
if(isset(_GET['act']) && _GET['act']==&a
当$_GET 存在动作,而且动作是 isshow 的时候执行后面代码.