Question
Using URL ID to specify an email address and a subject line.
Hi, I'm a student working in my University's Library. They
are looking for a coldfusion solution to send e-mails directly from
their website. Here's the catch, in my database (which I haven't
set up yet) I'm thinking of giving each e-mail address an ID
number, then in a separate table in the same db, giving each
subject line an ID also. This way i can assign any subject line to
any e-mail address.
So my link to get to my coldfusion will look something like this: (first number is the address, second number is the subject)
http://www.cybrarianprof.org/perform/send_email.cfm?id=9,1
Is it possible to token-ize my URL ID into the two numbers so I can get ColdFusion to understand them? How do I parse the URL id?
(sorry if this sounds kind of scattered, I'm really new to this whole web development thing...)
So my link to get to my coldfusion will look something like this: (first number is the address, second number is the subject)
http://www.cybrarianprof.org/perform/send_email.cfm?id=9,1
Is it possible to token-ize my URL ID into the two numbers so I can get ColdFusion to understand them? How do I parse the URL id?
(sorry if this sounds kind of scattered, I'm really new to this whole web development thing...)
