📄 pgren_pingu_ok.asp
字号:
<%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<!--#include file="../inc/conn.asp"--><!--#include file="../inc/getPartStrAndBytesLen.asp" -->
<%
if session("pg_userid")="" then
response.end
end if
opendataconn
id=RtnReplaceInt(Trim(request("Id")),0)
price=replace(trim(request("price")),"'","''")
pgren=session("pg_userid")
sql= "update pinggu set price='"&price&"',pgren='"&pgren&"',ispingu='1' where id="&id&""
conn.execute sql
response.redirect "pgren_index.asp?pgtype=1"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -