On Tue, 8 May 2001, E. Stuart Hicks wrote:
> I see that there is support for bzip2 and gzip in PHP, so I was wondering if
> there was any standard zip support that I'm not seeing.
>
I looked and couldn't find any. The best I could find to be able to zip
unzip files was to save them on the server and use exec() to run zip on
the command line to read the files back into php. Not the best way I know,
but it worked.
HTH,
Tom
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]