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

📄 delphoto.asp

📁 视频源代码 视频源代码
💻 ASP
字号:
<%response.expires=0%>
<!-- #include file="inc/conn.asp" -->
<!-- #include file="inc/vip.asp" -->
<%Dim id
id = strFilter(request("id"),20)
if id="" or Session("photodata")="" then response.redirect "photo.asp"
if not isnumeric(id) then response.redirect "photo.asp"

rs.open "delete from "&Session("photodata")&"photo where id="&id,conn,1,3

Set rs=nothing
Set conn=nothing

response.redirect "photo.asp"
response.end%>

⌨️ 快捷键说明

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