I am looking for a way to open up a .zip file with PHP, read the contents, and insert the enclosed files and directories into another source. I am pretty comfortable with the file/directory reading and writing, but the .zip file is my hurdle.
I've found several references to the zip_open command, but only a few to the library that is apparently needed to make it work. However, I couldn't find a source for the library/class that I could download and get it to work on my computer wiht apache. Anyone know how I could do this? Any websites or other sources I could reference for step-by-step instructions??
Thanks,
Shaun