Gave me "little" problems, did it any possible way I could think of, but couldn't find a solution.
Here it goes:
Is there a way for php to create the following
multi-dimensional array, but how deep ( how many [][][][] ) are calculated on the input parameters ( 10 - will give ten-levels deep )
it is very easy for 2 levels - two FOR loops and finished, but - I don't think that my machine would react positively on lets say 20 FOR in FOR loops or how ever many user inputs.
So is there any easier way to do this.
Any ideas would be very helpful !