Ask a Question related to PHP Development, Design and Development.
-
Séverine Donnay #1
extract zip file in php
Hi,
I have to extract a zip file into a web server in php. I found ZZIPlib
LIbrary by Guido Draheim which allow to do this but I can't install it. On
Manual PHP, explanations for install it, are :
You will need to use the --with-zip[=DIR] configuration option when
compiling PHP to enable zip support.
I don't understand where I have to put this command. I tried to put it on
php.ini and to install extension in php.ini but it doesn't work. I don't
compile my code because I use php on web server. Do u know how to install
this library ?
Or do u know another library easy to install which allow to do zip
extraction.
Thanks.
Severine
Séverine Donnay Guest
-
3.11 update file is corrupt - cannot extract
For a few days now I have been unable to update my copy of Contribute because the update file I download is corrupted every time. I've tried both... -
How to extract images from PDF file through VB.Net
I am developing a desktop application in VB.Net. I need to extract images from the PDF file. I am using Adobe Acrobat 7.0.5 SDK. I have written... -
Extract separate pages of a pdf file
Is there any way that I can "automatically" separate a 60 page pdf file into 60 separate pdf files? This is a function that I will use a lot. If... -
how to extract data in specified format to another file
HI, I am new to Perl and I need some help regarding tranfering the contents of one file to other file in specified format using perl. the... -
actions - extract file name
You could run contact sheet at the end of your action, you would ahve to select the folder the images are in and then set the image size and it will... -
CountScubula #2
Re: extract zip file in php
"Séverine Donnay" <sdonnay@winooz.net> wrote in message
news:cfFKb.12792$BA6.441807@news20.bellglobal.com. ..you have to be the admin of the box and recompile php> Hi,
>
> I have to extract a zip file into a web server in php. I found ZZIPlib
> LIbrary by Guido Draheim which allow to do this but I can't install it. On
> Manual PHP, explanations for install it, are :
>
> You will need to use the --with-zip[=DIR] configuration option when
> compiling PHP to enable zip support.
>
> I don't understand where I have to put this command. I tried to put it on
> php.ini and to install extension in php.ini but it doesn't work. I don't
> compile my code because I use php on web server. Do u know how to install
> this library ?
> Or do u know another library easy to install which allow to do zip
> extraction.
>
> Thanks.
> Severine
>
>
try this, if it works, you can just use unzip to hande your needs
<?php
print `unzip`;
?>
note: those are back ticks, not single quotes, same key on the keyboard as
the ~
--
Mike Bradley
[url]http://www.gzentools.com[/url] -- free online php tools
CountScubula Guest



Reply With Quote

