Re: [PHP] ZIP combinaton in PHP?

2002-06-30 Thread Jason Wong

On Sunday 30 June 2002 15:32, Tony Harrison wrote:
> 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 have a command-line zip program on your system then just use exec() (or 
friends) to run it.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
... I see TOILET SEATS ...
*/


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




[PHP] ZIP combinaton in PHP?

2002-06-30 Thread Tony Harrison

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. ;-)



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