On Sun, 02 Aug 2009 08:11:22 -0700, Scott David Daniels
wrote:
>Piet van Oostrum wrote:
>>> Scott David Daniels (SDD) wrote:
>>> SDD> Stephen Cuppett (should have written in this order):
> "Fred Atkinson" wrote ...
>> Is there a pre-defined variable that returns the GET line...
Piet van Oostrum wrote:
Scott David Daniels (SDD) wrote:
SDD> Stephen Cuppett (should have written in this order):
"Fred Atkinson" 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 t
On Sat, 01 Aug 2009 18:56:33 -0700, Fred Atkinson
wrote:
>On Thu, 23 Jul 2009 15:28:50 +0200, "Diez B. Roggisch"
> wrote:
>
>>Fred Atkinson wrote:
>>
>>> Is there a pre-defined variable that returns the GET line
>>> (http://www.php.net/index.php?everythingafterthequestionmark) as a
>>> single var
On Thu, 23 Jul 2009 15:28:50 +0200, "Diez B. Roggisch"
wrote:
>Fred Atkinson 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)?
>
>Variables don't return
> Scott David Daniels (SDD) wrote:
>SDD> Stephen Cuppett (should have written in this order):
>>> "Fred Atkinson" wrote ...
Is there a pre-defined variable that returns the GET line
(http://www.php.net/index.php?everythingafterthequestionmark) as a
single variable (rathe
Stephen Cuppett (should have written in this order):
"Fred Atkinson" 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')
Ma
$_SERVER['QUERY_STRING'];
(if it's PHP)
"Fred Atkinson" wrote in message
news:p2qg65d0t4kki1sh0t3v6ileamhkvl9...@4ax.com...
> 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
os.environment('QUERY_STRING')
"Fred Atkinson" wrote in message
news:p2qg65d0t4kki1sh0t3v6ileamhkvl9...@4ax.com...
> 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
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)?
Regards,
Fred
--
http://mail.python.org/mailman/l
Fred Atkinson 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)?
Variables don't return things. Functions do. And additionally the answer
depends on what and
10 matches
Mail list logo