I'm new in php:
how to replace array A values with array B values in php. If array A size is larger than array B.
Ex: Array A size is 10 -> ie. {'1','2','3','4','5','6','7','8','9','10'} Array B size is 5 -> ie. {'1','2','3','4','5'}
then, how to replace array B values from 5th position of the array A values
Pls anybody clear my doubt with php coding.
Thanks in advance friends.