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

📄 sendgoods.asp

📁 ASP,版本,HUANYING NI DE XIAZAI ! LIANXIFANSHI:BINDIYI@163.COM
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="Cookies.asp"-->
<%
order_id=request.QueryString("order_id")
goods_id=request.QueryString("goods_id")
cout=request.QueryString("cout")
str="update user_order set isdiposal=true where userorder_id="& order_id

conn.execute(str)
str="update goods set inventory=inventory-"& cout &",sale_num=sale_num+"& cout &" where goods_id="& goods_id
conn.execute(str)
closedb
response.write "<li>发送成功。"
response.write "<meta http-equiv=refresh content=""1;URL=user_order.asp"">"



%>

⌨️ 快捷键说明

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