Right now, I am working on an image gallery. I want the user to be able to upload a zip file, and have php extract the zip file and enter the name of each file in the database.
Basically, I am stuck with finding a way to open a unzip a zip file. I am running on a Linux server, and haven't found anything helpful online. Anyone know of how I can do this?
Here is my phpinfo if that helps.