Posted by Veikko Mδkinen on 06/02/05 16:18
TomT wrote:
> Hi,
>
> I need to perform a gzip - d command on a specific file.
>
> The file name is held in a a variable $filename
>
> is there any way to create a 'Unzip' button that will run the
> following command:
>
> gzip -d $filename
>
Have you tried:
system("gzip -d $filename");
or
http://www.php.net/manual/en/ref.zlib.php
-veikko
--
veikko
mail@ .com
makinen
Navigation:
[Reply to this message]
|