PDA

View Full Version : php script to unzip a zip file on linux server



shijo
02-26-2008, 06:38 AM
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

tesco
03-01-2008, 02:44 PM
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

R3c0n
03-02-2008, 09:05 AM
I didnt know how to do this either, until I simply pasted "php script to unzip a zip file" on google.

shijo
05-27-2008, 09:26 AM
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