execute(array($id))){ echo ""; }else{ec">
时间:2021-07-01 10:21:17 帮助过:3人阅读
$act=$_GET['act'];
$id=$_GET['id'];
switch($act){
case "del";
$del=$dbc->prepare("delete from naszt where 1=1 and id=?");
if($del->execute(array($id))){
echo "";
}else{
echo '';
}
}
?>
$selectSpecialContent=$dbc->prepare("select * from naszt");
$selectSpecialContent->execute();
?>
专题名称 | 专题类型 | 发表时间 | 发表ip | 操作 |
---|---|---|---|---|