Revision: 8575
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 28, 2008 13:02 by goo
Initial Code
<?php $filename = 'archive.zip'; $options = '-o'; //Overwrite existing files by default; this is mostly to suppress confirmations $destDir = ''; echo shell_exec ("unzip $options {$filename}{$destDir}"); ?>
Initial URL
http://forums.powweb.com/showthread.php?t=77764&highlight=unzip
Initial Description
Initial Title
PHP POWWEB Unzip files
Initial Tags
Initial Language
PHP