ok my problem simplified is this
make a variable from the value of another variable
like this
$string1 = "var";
$string2 = "3";
then add values of $string1 and $string2 to make a variable name
($var3)
a work around or something for this in code would be nice
thanks