[PHP] Re: Zip files: generate text file in archive on the fly

2010-10-21 Thread Dotan Cohen
I found this terrific tool for creating dynamic zip files: http://pablotron.org/software/zipstream-php/ -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Zip files: generate text file in archive on the fly

2010-10-18 Thread Steve Staples
On Sun, 2010-10-17 at 17:22 -0700, Justin Martin wrote: On 10-10-17 03:55 PM, Dotan Cohen wrote: I need to provide a download of a zip archive containing three files. This is fairly straightforward in PHP so long as one is working with files that already exist. However, I need to customise

[PHP] Re: Zip files: generate text file in archive on the fly

2010-10-17 Thread Justin Martin
On 10-10-17 03:55 PM, Dotan Cohen wrote: I need to provide a download of a zip archive containing three files. This is fairly straightforward in PHP so long as one is working with files that already exist. However, I need to customise one of the files (a simple text file) with the user name and