On 3 Mar 2001 08:02:16 -0800, Randy Johnson <[EMAIL PROTECTED]> wrote:
>Is there anyway to convert a string to a variable
>
>example
>
>$str="monday";
>
>I would like to then do this:
>
>$monday="blah";
extract() does something like that for arrays. There's no way to write the code
the way you h
TED]]
Sent: Saturday, March 03, 2001 9:44 AM
To: Ernest E Vogelsinger; Randy Johnson
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Converting String to Variable
it may look weird but that is the way it needs to be done. here is a better
example
$str=myfunct() this returns monday
then i want the mond
lto:[EMAIL PROTECTED]]
Sent: Saturday, March 03, 2001 11:35 AM
To: Randy Johnson
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Converting String to Variable
At 17:09 03.03.2001, Randy Johnson said:
[snip]
>Is there anyway to convert a string to a variable
>
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";
pr
4 matches
Mail list logo