Question
Parsing URL Variables
I have a page (not on my server) that links to a page on my
server.
This URL has several variables that I want to grab and use on my page. The URL looks like this:
http://www.somedomain.org/test.cgi?id=ABC&isbn=1234&volume=82
By using cgi.HTTP_REFERER I am able to display the URL, but I am having trouble parsing out the variables to use later on the page.
How do I "grab" the values of id, isbn, and volume from this URL?
Thank you for your help.
Alison
This URL has several variables that I want to grab and use on my page. The URL looks like this:
http://www.somedomain.org/test.cgi?id=ABC&isbn=1234&volume=82
By using cgi.HTTP_REFERER I am able to display the URL, but I am having trouble parsing out the variables to use later on the page.
How do I "grab" the values of id, isbn, and volume from this URL?
Thank you for your help.
Alison