⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_bbsdel.asp

📁 大榕树网络文章管理系统
💻 ASP
字号:
<%
Option Explicit
Response.buffer=true
const purviewlevel=3
%>
<!--#include file="admin_PurviewChe.asp" -->
<!--#include file="conn.asp" -->
<% dim sql,bookid,sql1,bid
   bookid=trim(Request.QueryString("bookid"))
   bid=trim(request.form("bid"))
   if bookid<>"" then
   sql="delete from userbook where bookid="&bookid
		conn.execute sql 		
   sql1="delete from reuserbook where bookid="&bookid
        conn.execute sql1
		
		else if bid<>"" then
	sql="delete from userbook where bookid in("&bid&")"
		conn.execute sql 		
   sql1="delete from reuserbook where bookid  in("&bid&")"
        conn.execute sql1
		end if
		end if
	call closeconn()
	response.redirect("admin_BBSManage.asp")
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -