Re: [PHP] PHP and making a ZIP file

2009-03-27 Thread Ashley Sheridan
On Fri, 2009-03-27 at 16:11 +1100, Chris wrote: > Ron Piggott wrote: > > Does anyone know how to make a ZIP file using PHP? This is for an > > application where the files the user selected will be put into a ZIP > > file and then the ZIP file made available for download. Ron > > http://www.php.n

Re: [PHP] PHP and making a ZIP file

2009-03-26 Thread Chris
Ron Piggott wrote: Does anyone know how to make a ZIP file using PHP? This is for an application where the files the user selected will be put into a ZIP file and then the ZIP file made available for download. Ron http://www.php.net/zip would be a good place to start. Or http://pear.php.net/

[PHP] PHP and making a ZIP file

2009-03-26 Thread Ron Piggott
Does anyone know how to make a ZIP file using PHP? This is for an application where the files the user selected will be put into a ZIP file and then the ZIP file made available for download. Ron