Hi,
I'm trying to build a lightbox for a photographer's website. It's basically like a shopping cart but without the prices and checkout part. I just need to create an array stored in a session and be able to add to it.
So first, how do I store an array in a session?
Second, how do I add to the array everytime a new image is added to the lightbox?