PHP的删除问题 提示删除成功 却没有删除! 10
<?php$conn=mysql_connect("localhost","root","root")ordie("数据库服务器连接错误".mysql_error());...
<?php
$conn=mysql_connect("localhost","root","root") or die("数据库服务器连接错误".mysql_error());
mysql_select_db("guopan",$conn) or die("数据库访问错误".mysql_error());
mysql_query("set names gb2312");
$id=$_POST['id'];
$sql="DELETE FROM staff where id=$id";
if($sql){
echo "<script>alert('系统提示:系统管理员信息修改成功!');history.back();window.location.href='ListSystemUser.php';</script>";
}else{
echo "<script>alert('系统提示:系统管理员信息修改失败!');history.back();window.location.href='ListSystemUser.php?id=$id';</script>";
}
?> 展开
$conn=mysql_connect("localhost","root","root") or die("数据库服务器连接错误".mysql_error());
mysql_select_db("guopan",$conn) or die("数据库访问错误".mysql_error());
mysql_query("set names gb2312");
$id=$_POST['id'];
$sql="DELETE FROM staff where id=$id";
if($sql){
echo "<script>alert('系统提示:系统管理员信息修改成功!');history.back();window.location.href='ListSystemUser.php';</script>";
}else{
echo "<script>alert('系统提示:系统管理员信息修改失败!');history.back();window.location.href='ListSystemUser.php?id=$id';</script>";
}
?> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询