I am trying to parse some name/value pairs that are POSTed in queries. I
want to be able to recontruct searches basically and therefore need to be
able to pull out the names and values in strings like the one below.

Can anybody recommend approaches? Like which combination of functions in CF
would best get me say two CF lists - one for names and one for values....

eg: NameList: (qt,qs,qc,ws) ValueList: (monkey,4,jog,0)

is parsed from ...
"qt=monkey&qs=4&qc=jog&ws=0"

THX!

Dan

------------------------------------------------------------------------------
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