Hi!
I just wondering if it is possible in Cold Fusion to read a form variable that starts with a number?
With active server pages I can do this:
<% Carry=Request("000_SPONSOR") %>
But can I do the same thing somehow in CF?
<CFSET Carry=URL."000_SPONSOR")??
This does not work...
I just wondering if it is possible in Cold Fusion to read a form variable that starts with a number?
With active server pages I can do this:
<% Carry=Request("000_SPONSOR") %>
But can I do the same thing somehow in CF?
<CFSET Carry=URL."000_SPONSOR")??
This does not work...