> on 3/1/01 02:34 PM, [EMAIL PROTECTED] split open and melted thusly:
> > I was thinking I could do something like this:
> > ( var1 & var2 )
> i think what you want is:
> ${$var1$var2}
But that would give me a value of a variable variable.
And I need a numerical value so
$var1 ="joe";
$var2 = date( "U" );
echo "$var1$var2";
won't do me any good.
:/
I've a very odd predicament...
Chris
- [PHP] Bitwise solution? Boget, Chris
- Re: [PHP] Bitwise solution? Harshdeep S Jawanda
- Re: [PHP] Bitwise solution? Boget, Chris
- Re: [PHP] Bitwise solution? Christian Reiniger
- RE: [PHP] Bitwise solution? Boget, Chris

