Stephen Cuppett (should have written in this order):
"Fred Atkinson" <fatkin...@mishmash.com> wrote ...
Is there a pre-defined variable that returns the GET line

(http://www.php.net/index.php?everythingafterthequestionmark) as a
single variable (rather than individual variables)?

> os.environment('QUERY_STRING')

Maybe you mean:
    os.environ['USER']

--Scott David Daniels
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to