ok. The first page is dynamic listing all the products,prices,tax code, and id. The user can enter a quantity for each product.
Submit=> I would like the values to be put into arrays and registered as session variables so it can work with the existing cart. Because the first page (products) is dynamic and can change, the second page (push into arrays) will need to build the loop on the fly.
So I pass the values now how do I get them into an array?
After that the cart info page can parse and perform all the calculation.