Forum Moderators: coopster
If I make the variable $selection and put in the url ?selection=whatever, it isn't working. It won't regognize the variable.
Do you have the same version of PHP running? This practice is deprecated and I believe that register globals is now turned off by default. If you have older versions of PHP on the other machines, it would work, but not with the new install.
Tom
[php.net...]
You should know that this change was made because the method you're using presents a serious security risk
Tom