I need to run through a assoc. array that I grab from my db and set session vars based on the values. Well what I need is to come out with vars like this
$SESSION_ROOT_URL = $value
Now I am using a foreach to run through the values
so I know that I need to have the first part to $SESSION_ then the second pard needs to be dynamic from the array. How can i do that???
Thanks Guys