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

📄 savepinglun.asp

📁 顶级影视站ASP源代码系统。很全面很强大。数据库用access
💻 ASP
字号:
<!--#include file="middle_admin.asp"-->
<!--#include file="HMconnection.asp"-->
<%dim action,filmID,theday
filmID=request.QueryString("id")
action=request.QueryString("action")
select case action
case "delzhou"
theday=now()-7
conn.execute ("delete from filmReview where reviewAddDay<#"&theday&"# and movieID="&filmID&"")
response.write "<script language=javascript>alert('一周前未审核评论删除成功!');history.go(-1);</script>"
response.end
case "delyue"
theday=now()-30
conn.execute ("delete from filmReview where reviewAddDay<#"&theday&"# and movieID="&filmID&"")
response.write "<script language=javascript>alert('一月前未审核评论删除成功!');history.go(-1);</script>"
response.end
end select
%>

⌨️ 快捷键说明

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