del_p.asp

来自「一个不错的个人商务网站的源码」· ASP 代码 · 共 16 行

ASP
16
字号
<%
dim dbpath
dbpath="../"
%>
<!--#include file="chk.asp"-->
<!--#include file="../db_conn.asp"-->
<!--#include file="../comm/my_request.asp"-->
<%
id=my_request("id",1)
page=my_request("page",1)

sql = "delete from product_leave where id="&id
conn.execute(sql)
response.redirect "goodsbook.asp?page="&page

%>

⌨️ 快捷键说明

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