代码改变世界

列表删除页代码

2013-10-12 19:08  F-lower  阅读(137)  评论(0)    收藏  举报

<?php
include "../include/head.php";
include "../include/cn.php";
include"../include/fun.php";
$sql="delete from list_content where id=".$_GET["id"];
if (mysql_query($sql))
{
 box("信息删除成功","manage.php");
 }
 
?>
<body>
</body>
</html>