> 
> This sounds like a good Idea... what would be the proper syntax to use to
> get the username field if I went with a wildcard variable?  I don't have a
> lot of experience with CGI variables, which seems to be what I will need
> to do this.
> 

You can treat the CGI scope just like any other struct... just cfdump it to
see what's in it.

For this you can use CGI.HTTP_HOST . You can then evaluate the returned var
and treat it as a list delimited by a dot (.).  Get the listlen.  If it has
3 elements, the first one should be your wildcard value, which you can
capture, create a query, then cflocate to the appropriate "site".

Hth, Jessica.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291245
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to