Re: [PHP] Unzipping file through PHP

2008-05-22 Thread TG
a" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Date: Thu, 22 May 2008 10:46:01 -0300 Subject: Re: [PHP] Unzipping file through PHP > try using something like > > http://www.theserverpages.com/php/manual/en/ref.zip.php > > > > > http://

Re: [PHP] Unzipping file through PHP

2008-05-22 Thread Wolf
Suamya Srivastava <[EMAIL PROTECTED]> 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 t

Re: [PHP] Unzipping file through PHP

2008-05-22 Thread Gabriel Sosa
try using something like http://www.theserverpages.com/php/manual/en/ref.zip.php http://www.theserverpages.com/php/manual/en/ref.zip.php On Thu, May 22, 2008 at 9:56 AM, Suamya Srivastava <[EMAIL PROTECTED]> wrote: > Hi, > > I am writing a code to upload multiple files on the server using PHP