$id = 1;
$sql_1 = "hey";
$vname = "sql_".$id;
echo $$vname;
--
Fábio Migliorini
http://www.atua.com.br
[EMAIL PROTECTED]
UIN: 42729458
Linux User: 175409
----- Original Message -----
From: "Kyle Moore" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 25, 2001 1:15 PM
Subject: [PHP] Variable naming


> I want to use the value of a variable in a variable name. For instance:
>
> $id = 1;
> $sql_$id = "hey"; //set variable $sql_1 to hey
> print $sql_1; //should print hey
>
> I have looked high and low on how to do this. My first idea was eval but
> I can't seem to get that to work in this instance. Any ideas? I'm sure
> it is possible and easy but I just can't figure out how to do this in
> php.
>
> Thanks
>
> --
> Kyle
>
>
> --
> 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]
>


-- 
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