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

📄 delete1.asp

📁 多用户个人主页系统(ASP)
💻 ASP
字号:
<%
response.buffer=true
response.expires=0%>
<!--#include file="./includes/dataconn.inc"-->
<!--#include file="./includes/setup.asp"-->
<%
if adminlogin=session("username") and adminpassword=session("password") then sql="delete from user where regdate<=" & FormatDateTime(DateAdd("d",-3, date()),1) & " and enddate=" & FormatDateTime(cdate("01-01-2004"),1) & " and kt='否'"
response.write sql
conntemp.execute(sql)
else     
%>     
<script language="vbs">     
<!--     
MsgBox "请不要使用非法路径进入!",,"宏网"     
window.location.href="index.asp"    
-->     
</script>     
<%
end if     
response.redirect("nokt.asp")
%>

⌨️ 快捷键说明

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