用户发表留言后发送短信给管理员
作者:cmscn 日期:2008-11-23
先给头部增加 <!-- #include file="../include/jk_email.asp" -->
在
if drhidden="yes" then
rs("hidden")=true
else
rs("hidden")=false
end if
rs.update
rs.close
后添加
'---------------发送短信息给管理员代码开始-------------------------------
call joekoe_cms.exec("insert into user_mail(accept_u,send_u,topic,word,tim,types,isread) values('"&web_dim(3)&"','"&drname&"','留言管理中有新留言!','留言管理中有新留言,请管理员查阅!','"&joekoe_cms.now_time&"',1,0)",0)
'---------------发送短信息给管理员代码结束-------------------------------
评论: 0 | 引用: 0 | 查看次数: 503
发表评论