I am not sure what you mean: "What is the best way to cut up the string" if you mean what would be the easiest way to get individual elements, you would grab the entire query string and then split on '&' that will give you individual elements so
CASE1=1&HYDR1=2&HYDR2=3&HYDR3=4&MOVE1=5&MOVE2=6&MO VE3=7&PFRP1=8&PFRP2=9&PFRP3=10
becomes
CASE1=1
HYDR1=2
PFRP2=9
HYDR2=3
PFRP3=10
HYDR3=4
MOVE1=5
MOVE2=6
MOVE3=7
PFRP1=8
not in that order of course
================================================== =========
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
================================================== =========
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile
================================================== =========