Re: [PHP] Extract ZIP archives

2002-05-26 Thread Analysis & Solutions
On Sat, May 25, 2002 at 05:41:24PM -0600, Kevin Stone wrote: > If so what would the unix command be to expand and create ZIP > archives? > How would I tie that into my PHP script using the system() function? system("unzip $filename"); or exec("unzip $filename"); or passthru("unzip $f

[PHP] Extract ZIP archives

2002-05-25 Thread Kevin Stone
Hello Nurse! (and php gurus).. I'm building an online file exchange that will allow users to share custom 3D files for a game that I'm involved in. I'd like to offer my users the oportunity to upload multiple files at once by allowing them to ZIP them all together and upload just the one fil