the syntax for variable variables is:

$variable= $$add;

or alternatively:
$variable= ${$add};

Jordan


On Sep 14, 2005, at 2:25 PM, Ross wrote:

$variable= "$".$add;


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

Reply via email to