I have been reading extractto for the php manual, and I understand exactly what it does. but my zip had:
name.zip
--foler
----files
I want the files, I don't want the folder, I just want the files. These will over write files in a path I am extracting too - which is fine. The problem is, how do I go inside a directory (with a specific name) inside a zip and extract that directories contents?
My end result will look like:
place/to/extract/files
not!
place/to/extract/folder/files
Ideas?