> 3) How can I get the value of each field in a query string?
> I know the #cgi.query_string# which returns the entire query string, but I
> want to access specific fields

IF url = http://www.cfmaniacs.com?name=bob&car=ferrarri&license=IBR8K4CF
THEN DO

<CFOUTPUT>
Hi #name#. You drive a #car# with the license plate #license#.
</CFOUTPUT>

If you want name/value pairs do what DWatts said 8-)


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to