Still working on the lightbox for my stock photo site. I want the user to be able to email the images in their lightbox (stored in an array in a session) to themselves as a zipped folder of images. Obviously the images themselves are not in the db so I need to pull the image files using the the file paths in the db, put them in a zipped folder and send them as an attachment to the user. Does anyone have any idea how to do this? I've tried googling it but I can't find anything that fits the bill.
Thanks