Hi Adam Voigt,

On 18 Nov 2002 13:11:30 -0500, you wrote about "Re: [PHP] How to use
string as variable name?" something that looked like this:

>$date = "2002-11-22";
>$myvar = "a" . str_replace("-","",$date);
>$$myvar = "hi";
>
>echo "$a20021122";

GREAT ... works right off ..thx a billion ... 

Rene


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to