php script to unzip a zip file on linux server
(Click here to view the original thread with full colors/images)Posted by: shijo
what is php script to unzip a zip file on linux server
if file manager has no extract option
I tried many nothing really works
or any alternative with winzip command line options
Posted by: tesco
I use this: http://codecall.mirrors.phpclasses.org/browse/package/2495.html
Download dUnzip2.inc.php (http://codecall.mirrors.phpclasses.org/browse/file/10410.html), and read documentation.txt (http://codecall.mirrors.phpclasses.org/browse/file/10411.html) and sample.php (http://codecall.mirrors.phpclasses.org/browse/file/10412.html) to learn how to use it
Posted by: R3c0n
I didnt know how to do this either, until I simply pasted "php script to unzip a zip file" on google.
Posted by: shijo
I use this: http://codecall.mirrors.phpclasses.org/browse/package/2495.html
Download dUnzip2.inc.php (http://codecall.mirrors.phpclasses.org/browse/file/10410.html), and read documentation.txt (http://codecall.mirrors.phpclasses.org/browse/file/10411.html) and sample.php (http://codecall.mirrors.phpclasses.org/browse/file/10412.html) to learn how to use it
thanks
