I'll try to be brief, yet clear. for example:
$foo['test'] = array();
$foo2('test1','test2','test3','test4');
is it possible to create some kind of a loop to get this multidimensional array?:
$foo['test']['test1']['test2']['test3']['test4'] = ...;
You don't know in advance how long the $foo2 array will be. I hope my question is clear and not to stopid to ask.
Any help is welcome! thanks in advance!