[PHP] Creating a zip file using php

2002-08-13 Thread Rahul
Hi I want to create a zip file using php. Can this be done? If anybody has a code snippet, for this, or any guidelines, please send it to me. Rahul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Creating a zip file using php

2002-08-13 Thread Matt Schroebel
From: Rahul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: [PHP] Creating a zip file using php Hi I want to create a zip file using php. Can this be done? If anybody has a code snippet, for this, or any guidelines, please send

RE: [PHP] Creating a zip file using php

2002-08-13 Thread Rudolf Visagie
could use fopen/fwrite/fclose to write the .zip file to disk... ? -Original Message- From: Rahul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 2:41 PM To: [EMAIL PROTECTED] Subject: [PHP] Creating a zip file using php Hi I want to create a zip file using php. Can