[thelist] ColdFusion & URL Variables

Morgan Kelsey morgan at morgankelsey.com
Wed Nov 20 09:19:01 CST 2002


cditty:
> someone could help.  I am trying to read in some variables from the url
line.
> The problem is that a lot of the variables are using the same name.  This
cannot
> be helped.
>

it *must* be helped ;)

seriously, it won't work i'm afraid.

url variables of the same name don't get converted to a list like form
variables with the same name do (it'd be nice, i know).

you'll probably have to dynamically name the variables, and then loop over
the url structure to get the values.

hth,

nagrom




More information about the thelist mailing list