Re: [PHP] Creating zip files

2008-07-09 Thread Pavel
В сообщении от Wednesday 09 July 2008 01:22:32 Eric Butera написал(а): > [1] http://us2.php.net/manual/en/ref.zip.php Thank you for this link! -- === С уважением, Манылов Павел aka [R-k] icq: 949-388-0 mailto:[EMAIL PROTECTED] === А ещё говорят так: Родился сам - помоги

Re: [PHP] Creating zip files

2008-07-08 Thread Daniel Brown
On Tue, Jul 8, 2008 at 3:17 PM, It flance <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the "pclziplibrary" to create a zip archive. > Now i have the following error message: > Error : PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open archive 'archive.zip' > in wb mode Does the file `archive.

Re: [PHP] Creating zip files

2008-07-08 Thread Eric Butera
On Tue, Jul 8, 2008 at 3:17 PM, It flance <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the "pclziplibrary" to create a zip archive. > Now i have the following error message: > Error : PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open archive 'archive.zip' > in wb mode > > If someone is using the

[PHP] Creating zip files

2008-07-08 Thread It flance
Hi, I am using the "pclziplibrary" to create a zip archive. Now i have the following error message: Error : PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open archive 'archive.zip' in wb mode If someone is using the same library please tell me what this error means exactly. I am using the same co

Re: [PHP] creating ZIP files

2001-09-20 Thread Meir Kriheli
On Friday 21 September 2001 00:31, Raphael Pirker wrote: > this link refers to a function READING zip files, not actually creating > one... Sorry, forgot to send the link to the zip creation class, http://www.zend.com/codex.php?id=535&single=1 Have fun -- Meir Kriheli -- PHP General Mailin

Re: [PHP] creating ZIP files

2001-09-20 Thread Meir Kriheli
On Friday 21 September 2001 00:31, Raphael Pirker wrote: > this link refers to a function READING zip files, not actually creating > one... There's an article on creating zip files with pure PHP (other libraries not needed) on zend's site. Actually this is the 1st article in a series of them.

Re: [PHP] creating ZIP files

2001-09-20 Thread Raphael Pirker
this link refers to a function READING zip files, not actually creating one... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] creating ZIP files

2001-09-20 Thread Alex Shi
Raphael, check fillowing link: http://www.php.net/manual/en/ref.zip.php Php has built-in zip functions. Alex - Original Message - From: "Raphael Pirker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 4:23 PM Subject: [PHP] cre

[PHP] creating ZIP files

2001-09-20 Thread Raphael Pirker
Hi Guys, Is there any way I can create a zip file from files? (filenames and their paths will be specified in an array) Any help would be very much appreciated! TIA, Raphael -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,