Piet van Oostrum wrote:
Scott David Daniels <scott.dani...@acm.org> (SDD) wrote:
SDD> 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...
os.environment('QUERY_STRING')
SDD> Maybe you mean:
SDD>     os.environ['USER']
Let's take the best of both:
os.environ['QUERY_STRING']

Sorry about that.  I was testing expression before posting, and I don't
do that much cgi stuff.  I forgot to restore the variable name.

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

Reply via email to