> 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/u
I don't know what else to title this message with, hence the subject.
I have a script that defines a few variables like this:
$var_list1 = Array(...);
$var_list2 = Array(...);
$var_list3 = Array(...);
etc.
Further down the script I have this piece:
while (list(
2 matches
Mail list logo