Re: Unzipping file through PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---- Suamya Srivastava <suamya.srivastava@xxxxxxxxxxxxx> wrote: 
> Hi,
> 
> I am writing a code to upload multiple files on the server using PHP. I
> zipped the folder containing these files, uploaded the zipped file through
> my application on the server. Now,I am trying to unzip the .zip file using
> PHP. I tried it in different ways using:
> 1. `unzip filename.zip`
> 2. system ("unzip filename.zip")
> 3. system (`unzip filename.zip`)
> 
> but it doesnt seem to work. However, the same commands work from command
> line. anybody has any ideas what might be wrong here?
> 
> Thanks,
> Suamya.
> 

RTFM is a GREAT place to start.  http://us3.php.net/zip

What errors show up in your logs?

Wolf

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux