|
Posted by Steve on 09/27/07 20:55
"Old Caledonia" <oldcaledonia@tiscali.co.uk> wrote in message
news:deGdndSVNucyjmHbnZ2dnUVZ8s6gnZ2d@bt.com...
> Hi,
>
> I'm in the process of upgrading an aged php application to php5
> compatibility.
> $categoryvalue = ${$tempbox};
listen, this construct is not called or known by 'dynamic variables'...which
would be a moot point. [hint: 'variable'] ;^)
anyway, yes, the $$variable and ${$variable} *variable variable* (not just
symantics) construct is very much alive in php 5 - most often used by those
who have programmed themselves into a corner. ;^)
you could help yourself out with 3 lines of code to imperically answer your
own question.
Navigation:
[Reply to this message]
|