>I realise its a longshot but is it possible to use PHP (or any other
>web-based languages) to combine multiple ZIP files into a single ZIP file?
>and any scripts i can download to do it.
>
>Any help with this is most appreciated. ;-)

If you can figure out how to do it on the command line, you can get PHP to
execute those commands:

http://php.net/exec

Performance of the ZIP process will remain the same, but on a busy server, a
lot of "exec" calls is not so good.

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to