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 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 to return "somevar" on the receiving page as a value.
>
> or for: index.cfm?bigdog=bruto
> I need to return "bigdog" on the receiving page as a value.
>
>
Reference cgi.query_string

W




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335222
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to