$array1 = array(1,2,3,5); $array2 = array(1,2,3,13,15);
There are two arrays, please write a simple PHP script that will show sum of a array in for loop. But conditio