OK, I think I can do the parsing fine -- but I need to loop thru and create
CFHTTPPARAM tags nested inside of a CFHTTP tag ... to do a HTTP POST.I need
to loop thru the name/value string: qt=monkey&qs=4&qc=jog&ws=0 ... but what
I am not clear how to generate dynamically the HTTPPARAM tags because
depending on how many name value pairs there are there must be the
equivalent number of HTTPPARAM tags. Hope someone can help!

THX

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

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