Archive for the ‘array_combine($array1’ tag
Adding two array – different array
Hi, we have a array , and other array. We want to combine it, for example array(1,2,3,4) – the other array array(a,b,c,d). we want that 1 show -> a , 2 ->b etc…
Look! we can combine it !















