delbuyuser.ASP
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:0k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#include file="../checkpost.asp"-->
- <!--#include file="security.asp"-->
- <!--#include file="articleconn.asp"-->
- <%if session("flag")>3 then
- response.write "<br><p align=center>您的操作权限不够!</p>"
- response.end
- end if
- %>
- <%
- username=request("username")
- conn.execute "delete from buy WHERE userid='"&username&"'"
- conn.close
- set conn=nothing
- response.redirect Request.ServerVariables("HTTP_REFERER")
- %>