Hi, I was wondering how I would go about concatenating a variable name, for example:
let us say I have the variable:
$test = "hello";
now somewhere else I want to take the value of $test and use it as a variable, so in the case above, I would be using $hello.
Is this possible to do?
many thanks!
despyz