Re: Extract an URL Variable name?

2010-07-13 Thread Shannon Rhodes
I did something like this relatively recently, with the added requirement that both the variable name and the value be encrypted (fun, eh). On top of that, there was a handler page that I had to ensure was continuing to attach all of my url vars to the url for cflocation. I'll give you my

Re: Extract an URL Variable name?

2010-07-09 Thread Won Lee
On Thu, Jul 8, 2010 at 11:11 PM, Les Mizzell lesm...@bellsouth.net wrote: If I'm passing an URL Variable - with the variable name itself being dynamic, what's the best was to extract the variable name (not the value) on the receiving page? As in: for: index.cfm?somevar=somevalue I need

RE: Extract an URL Variable name?

2010-07-09 Thread Bobby Hartsfield
structKeyList(url) .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Won Lee [mailto:won...@gmail.com] Sent: Friday, July 09, 2010 3:04 PM To: cf-talk Subject: Re: Extract an URL Variable name? On Thu, Jul 8, 2010 at 11:11 PM, Les

Extract an URL Variable name?

2010-07-08 Thread Les Mizzell
If I'm passing an URL Variable - with the variable name itself being dynamic, what's the best was to extract the variable name (not the value) on the receiving page? As in: for: index.cfm?somevar=somevalue I need to return somevar on the receiving page as a value. or for:

Re: Extract an URL Variable name?

2010-07-08 Thread Dave Watts
If I'm passing an URL Variable - with the variable name itself being dynamic, what's the best was to extract the variable name (not the value) on the receiving page? As in: for: index.cfm?somevar=somevalue I need to return somevar on the receiving page as a value. or for: