I was wondering if there was a way to extract everyting in the url
after the "?" question mark in one go.

I have a search page and a results page, and I want the results page to
be able to keep a history of what searches have been performed, but
there is always a different number of search terms so there is always a
differnet number of parameters, ie.

localhost/cgi-bin/results.cgi?TERM1=hello&FIELD1=3&TERM2=python&FIELD2=43&&TERM3=Yallo&FIELD3=21.

Is there any easy way of getting the results.cgi program to read this
entire URL (or even just the bit after the question mark) or is it a
case of writing a comlex bit of code to extract the parameters one by
one and create the URL that way?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to