delbuyuser.ASP
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:0k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="../checkpost.asp"-->
  2. <!--#include file="security.asp"-->
  3. <!--#include file="articleconn.asp"-->
  4. <%if session("flag")>3 then
  5.     response.write "<br><p align=center>您的操作权限不够!</p>"
  6.     response.end
  7. end if
  8. %>
  9. <%   
  10. username=request("username")
  11.    conn.execute "delete from buy WHERE userid='"&username&"'"
  12.    conn.close
  13.    set conn=nothing
  14.    
  15.    response.redirect Request.ServerVariables("HTTP_REFERER")
  16. %>