In Php, Calling an array when it's name is stored in a variable
- by tridat
Possible duplicate:
http://stackoverflow.com/questions/433302/php-convert-a-string-to-variable
for example:
$test = array("this","is","a","test");
$what_array_to_read = "$test[0]";
function to read the array $test[0]