Sorry for confuzing subject, but that's the thing I'm trying to achieve. For
example:
$a = "Hello";
$b = 1;
I want to change the name of $a to $a1 where 1 is value of variable $b!
Thanks for all the help,
Boris
example:
$a = "Hello";
$b = 1;
I want to change the name of $a to $a1 where 1 is value of variable $b!
Thanks for all the help,
Boris
Comment