delper.asp
来自「电子商务网络购物系统」· ASP 代码 · 共 11 行
ASP
11 行
<!--#include file="conn.asp" -->
<%
intForumID = CInt(Request("fid"))
intUserGroupID = CInt(Request("gid"))
strSQL = "DELETE FROM timesaccess WHERE timesaccess.bbsid=" & intForumID & " AND timesaccess.grpid = " & intUserGroupID & ";"
adoCon.Execute(strSQL)
Set rsConn = Nothing
adoCon.Close
Set adoCon = Nothing
Response.Redirect("forumgroupper.asp?fid=" & intForumID)
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?