Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 send email notification
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

s80ts0465
Junior Member

Italy
290 Posts

Posted - 18 October 2007 :  04:44:06  Show Profile  Send s80ts0465 an ICQ Message  Reply with Quote
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:
	
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<

s80ts0465
Junior Member

Italy
290 Posts

Posted - 18 October 2007 :  04:56:50  Show Profile  Send s80ts0465 an ICQ Message  Reply with Quote
Ok sorry to bug you, i've already solved the stupid problem!!<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07