Re: Predefined Variables

2009-07-24 Thread Stephen Cuppett
$_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

Re: Predefined Variables

2009-07-24 Thread Stephen Cuppett
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