Frederick shows in his code how to get the variables normally. I know how to do that...
what i am trying to do is to get the variable "absolute_name" to evaluate to "FROGBOY" rather than to "$_SERVER['USERNAME']"
Here is how it will evaluate with my code currently as shown in original post...
absolute_name = "$_SERVER['USERNAME']"
what i want is it to evaluate like this...
absolute_name = "FROGBOY"
Someone, key trying to educate me and thanks in advance for responses.
Simple Caveman