Posted by craZZter on 04/23/07 10:03
Hi!
If is intended to be used in a "larger scale" you might wanna consider
implementing it as an array. You can then use the $a value as the key.
At least that is one way to do it... :-)
/Michael
Boris Savc wrote:
> 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
>
[Back to original message]
|