📄 photo_msgadd.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="session.asp" -->
<!--#include file="../templet/top.asp" -->
<!--#include file="../function/function.asp" -->
<!--#include file="../function/Ubb.asp" -->
<%
msg_user=session_cookie_name
photoid=request.form("photoid")
msg_time=now()
photo_text=trim(request.Form("photo_msg"))
g_id=session_cookie_gid
add_sql="insert into photo_msg (photo_text,msg_user,msg_time,photo_id,g_id) VALUES ('" &photo_text& "','"& msg_user &"','"& msg_time &"','"& photoid &"','"&g_id&"')"
conn.execute(add_sql)
up_money=momey_inof + photomsg_money
update_user=session_cookie_name
call up_money_f(up_money,update_user)
Response.Redirect("photo_brow.asp?id="&photoid)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -