Predefined Variables

Scott David Daniels Scott.Daniels at Acm.Org
Fri Jul 24 12:06:54 EDT 2009


Stephen Cuppett (should have written in this order):
> "Fred Atkinson" <fatkinson at 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.Daniels at Acm.Org



More information about the Python-list mailing list