On 5 Jan 2006 02:54:25 -0800,
"sophie_newbie" <[EMAIL PROTECTED]> wrote:

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

[snip]

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

import os
query_string = os.environ['QUERY_STRING']

HTH,
Dan

-- 
Dan Sommers
<http://www.tombstonezero.net/dan/>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to