1.可以批量添加电影

源代码在线查看: delbuy02ji.asp

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

相关代码

				
				
				1 then
				    response.write "alert('您的操作权限不够!');history.back();"
				    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")
				%>
				
				
							

相关资源