>     That same script also gets a value ($step) from another one.  Now I
> need to figure out which $var_list# to use based on this $step value.  Any
> suggestion on how to do this?
${'var_list'.$step}

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

Reply via email to