千年免费电影系统 V3.0版 在程序上借鉴了很多优秀电影系统的功能

源代码在线查看: delbuy02ji.asp

软件大小: 2720 K
上传用户: liyusheng1983
关键词: 3.0 电影
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				2 then
				    response.write "您的操作权限不够!"
				    response.end
				end if
				%>
				
								date01=request("date03")
				date02=request("date04")
				if date01="" and date02="" then
				   conn.execute "delete from buy WHERE baoyue=0 and now()-datetime >=30 and pay=1"
				   conn.close
				   set conn=nothing
				   else if date01"" and date02"" then
				    conn.execute "delete from buy WHERE baoyue=0 and pay=1 and datetime>='"&date01&"' and datetime					  conn.close
				   set conn=nothing
				   end if
				   end if
				
				   response.redirect Request.ServerVariables("HTTP_REFERER")
				%>
							

相关资源