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.

I have tried it in several different files and variables to no avail. Am I
missing something, or do I have a configuration or other non-code problem?

Thanks for your help.

[EMAIL PROTECTED]



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

Reply via email to