in reply to how to extract files from '.zip' archive

In the future please provide details about how the failure manifests itself. Does the script fail silently, or is there an error generated?

Also, please verify that the example code is runnable before posting. The provided code does not close the double quotes on the last line, and has a syntax error on the following line due to an escaped single quote:

$zip->extractTree('E:\test\unzip\' );