unpassmore.php
来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· PHP 代码 · 共 32 行
PHP
32 行
<? include("../conn.php");
include("../include/function.php");
session_start();
$manager=$_SESSION[manager];
if($manager!="oktop"){
header("Location:error.htm");
}
//判断提交是否合乎要求
$did=$_POST[did];
if(count(@$did)<>0)
{
$dids.='0';
for($ii=0;$ii<count($did);$ii++)
{
$dids.=",".$did[$ii];
}
mysql_query("update zhai set isput='0' where id in($dids)");
}
$from=$_POST[from];
if($from!=""){ header("Location:$from");die(); }
header("Location:zhaimanage.php?page=$page");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?