模块删除页代码

来源:互联网 发布:pl sql developer登录 编辑:程序博客网 时间:2024/06/14 21:52
<?php
include "../include/head.php";
include "../include/cn.php";
include"../include/fun.php";
$sql="delete from single_content where id=".$_GET["id"];
if (mysql_query($sql))
{
 box("信息删除成功","manage.php");
 }
 
?>
<body>
</body>
</html>
原创粉丝点击