You should direct these types of problems to [EMAIL PROTECTED] 
You will find many people eager to help.

As for your problem try this:

echo $_GET["action"];

Happy hacking.

Chris

Sean wrote:

>I have inherited the support of a PHP website that doesn't seem to be
>recognizing the data from the URL. Suppose the URL is index.php?action=run.
>I have the following code that I expect to display "The selected action is
>run":
>
>print "The selected action is ";
>print $action;
>
>What I get is the "The Selection action is " text, but $action is always
>empty.
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to