📄 del_menu.php
字号:
<?
/* ======================================
* ******smartstar firm wap system******
* ======================================
* AUTHOR :
* =======
* Copyright (C) 2006 Wap-system - A wap system designed for firm
* by smartstar.
*/
?>
<?
include("function.inc.php");
?>
<link href=js/common.css rel=stylesheet type=text/css>
<?
include("../db_connect.php");
$sortid=intval($sortid);
mysql_query("delete from wap_newssort where sortid='$sortid'",$db) or die ("query failed");
mysql_query("delete from wap_news where sortid='$sortid'",$db) or die ("query failed");
mysql_close($db);
echo "<p align=center>首页菜单及菜单下的分类内容删除成功,3秒后自动返回菜单管理页!";
echo "<script>window.setTimeout(\"location.href='admin_menu.php'\",3000);</script></p>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -