Re: [PHP] Creating variables...

2002-08-02 Thread Bas Jobsen
> 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

[PHP] Creating variables...

2002-08-02 Thread Ashley M. Kirchner
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(