I have an array that I want on multiple pages, so I made it a SESSION array. I want to add a series of names and then on another page, I want to be able to use a foreach loop to echo out all the names
I need to push elements from 开发者_开发知识库one array into respective rows of another array.