I am using a php script to unzip ZIP file. but this script unzip only one level of directories without extracting the sub directories of that file the script:
I think this PHP manual will be helpful to you http://php.net/manual/en/ref.zip.php
"; $count++; } zip_close($zip); } } Unzip($dir,$file); ?>