최초등록

This commit is contained in:
sp1000je
2026-02-23 10:01:00 +09:00
commit 7bc9767bf4
3120 changed files with 198447 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<!--#include virtual="/common/lib/dbcon.asp"-->
<!--#include virtual="/common/lib/func.asp"-->
<%
Dim table, d_ym
if request.form("msg_id") = "" or Isnull(request.form("msg_id")) then
call Back_back2("리스트를 선택해주세요.", request.servervariables("http_referer"))
end If
cart_num = Request.Form("msg_id").count
for j = 1 to cart_num
msg_id = Request.Form("msg_id")(j)
sql = "delete from SDK_MMS_SEND where msg_id = '" & msg_id & "'"
executeQuery( sql )
'발송건수 추가시키기(은영, 210726)
Dbcon.execute "update member set M_g_sms = M_g_sms + 3 where M_id = '" & SESSION("ss_m_id") & "' "
next
Call loding(0,request.servervariables("http_referer"))
%>