I have an array which holds users email addresses.
I can display the values of the array by looping through using while loop. The problem is when i try to loop through the same array in another section of the same page it doesn't display the values of the array.
Basically i need to display the values of the array in two diffrent section of the same page using while loop.
please help