I am new to PHP programming and i want to do this functionality using php coding style. I have a two integer array and i want to merge it in to a single array without using any built in php function.Simply i want one function and i will pass the both array as a parameter and then after processing it will show the third array as a combine of that both.
$array1=array('11','12','13','14','15');$array2=array('21','22','23','24','25');So how i will achieve this functionality?
ليست هناك تعليقات:
إرسال تعليق