Thanks
- Original Message -
From: "scott [gts]" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 4:27 PM
Subject: RE: [PHP] Creating a Variable with the Name of a string
> try using assoc. arrays also..
try using assoc. arrays also...
they're much nicer to deal with ;)
> -Original Message-
> From: James Atkinson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 06, 2001 4:20 PM
> To: Chris Anderson; [EMAIL PROTECTED]
> Subject: RE: [PHP] Creating a Variable with
$temp = "myvar";
$$temp = "My value";
echo $myvar;
output:
My value
- James
> -Original Message-
> From: Chris Anderson [mailto:[EMAIL PROTECTED]]
> Sent: July 6, 2001 1:17 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Creating a Variable with the Name of a string
>
>
> I know this ha
3 matches
Mail list logo