Hi to all!
I have a problem while I try to get a value from three array in the same time. I mean this:
This are my arrays.
$array1=array(1,2,3,4,5)
$array2=array(a,b,c,d,e)
$array3=array(a1,b2,c3,d4,e5)
I want to get the first value from each array, then the second, then the third and so on. Which function should I use?
Thanks in advance for your help _