delphoto.asp

来自「视频源代码 视频源代码」· ASP 代码 · 共 15 行

ASP
15
字号
<%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 + =
减小字号Ctrl + -
显示快捷键?