Extracting specific files from ZIP in PHP
- by Michael
If I have a ZIP file whose structure is:
  -directory1 DIR
      -files in here
  -directory2 DIR
      -more files in here
Using pclzip.lib.php how can I open up this ZIP file and extract directory1 (recursive) into a directory and then extract directory2 (recursive) into another directory.