Tim,

$action = $_GET["action"];
should do it. I assume you have register_globals off (as it is by 
default nowadays).

HTH
Chris

Tim Nields wrote:

>Never have encountered this.  When I include a query string on the URL line
>I can not access the variables.
>
>For example:  www.tim.com?action=move
>
>I should be able to access the variable action.  However I am currently not
>able to do this.  I am not receiving an error of any kind, but nothing is
>being produced when I echo or print this as $action.
>
>Is there a setting that I've missed somewhere?
>
>Any help will be much appreciated.
>
>Thanks
>
>Tim Nields
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to