macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Coldfusion Script

Subject: Re: Coldfusion Script
From: "Dan Bracuk" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 13:06:57 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

My approach would be to present a textarea for the email addresses.

 Then on the action page.
 Step 1 - create a workable list from the form submission.  Start by changing 
all the carraige returns to commas.  Then get rid of the empty fields and any 
white space that might mess you up.

 Step 2 - loop through this list and create a new list that contains only items 
that look like a proper e-mail address.

 Step 3 - run a query that gets the phone numbers.

 Step 4 - output your query results


<Prev in Thread] Current Thread [Next in Thread>