At 17:09 03.03.2001, Randy Johnson said:
--------------------[snip]--------------------
>Is there anyway to convert a string to a variable
>
>example
>
>$str="monday"; 
>
>I would like to then do this:
>
>$monday="blah";
--------------------[snip]-------------------- 

RTFM ;->

$$str = "blah";
print $monday;



     ...ebird

   >O     Ernest E. Vogelsinger
   (\)    http://www.1-at-web.at/
    ^     ICQ#   13394035


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to