del.asp

来自「本系统无论是现在还是将来的升级的版本均免费。学生综合测评分也叫综合分或者纪律分」· ASP 代码 · 共 12 行

ASP
12
字号
<!--#include file="conn.asp"-->
<% if not Session("rank")>=1  then 
  response.Redirect("index.asp")
  Response.End()
 end if%>
<%
sql="delete * from guestbook where id="&trim(request.querystring("id"))
dbconn.execute sql
dbconn.close
set dbconn=nothing
response.redirect "index.asp"
%>

⌨️ 快捷键说明

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