RE: [PHP] Creating a zip file using php

2002-08-13 Thread Rudolf Visagie
The following zip creation class by Eric Mueller works well: http://www.themepark.com BASED ON "zip file creation class" FOUND AT http://www.zend.com/codex.php?id=470&single=1 BY denis125 ([EMAIL PROTECTED]) */ // official ZIP file format: http://www.pkware.com/appnote.txt class zipfile

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, > ple