Multi Dimensional Array Append

Posted on 16th Feb 2014 by admin

Hi Guys

I have a function that returns a multidimentional array eg

$result = function(param)

echo $result[0][1]." ".$result[1][1]

but I want to call the function 4 diffrent times and append to the array prevuiously returned is this possable? and if so how do i do it (dont really want 4 arrays and to recurse through each.)

Other forums