hi, this might sound rather simple, i have an array of 5 elements, i pick each of the data from the array using the foreach loop, do some manupulations on the data and then store the end result into another array, the problem is that the data in the final array(result array) is getting over written and not appended. please help me out.... :(