send email notification - Postet den (1032 Views)
Junior Member
s80ts0465
Innlegg: 290
290
I've adden a droplist in the post.asp.
Now i want to send an email notification to different mailling list considering the choice in the droplist.
I've modify the post_info.asp using this code:
Code:
	
strSql = "SELECT M_EMAIL FROM " & strMemberTablePrefix & "MEMBERS"
strSql = strSql & " WHERE M_NAME = **********"

Set rs33 = Server.CreateObject("ADODB.Recordset")
rs33.open strSql, my_Conn
email = rs33("M_EMAIL")
rs33.Close
set rs33 = nothing

but it doesn't work and i think that the problem is in the WHERE part!
Can you help me<
   
 Sidestørrelse 
Postet den
Junior Member
s80ts0465
Innlegg: 290
290
Ok sorry to bug you, i've already solved the stupid problem!!<
 
Du må legge inn en melding