In my program I want to use a 3 dimensional array to read out and compare the url data. That doesn't matter, but the main thing is, i pass a 3 dimensional array to a template as {test} so it has the following array structure a numeric array, where i pot a associative array in, and there inside is a another numeric array.
$test[0]['name'][0]
Now I want to use javascript to read out the length of the different array's...