Zip files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Zip files

Post by ol4pr0 »

I have found the unzip / read zip and all that on php.net
however couldnt find much about zipping a archive.

Any nice links..
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

Thanks Jcart :)
User avatar
senthilnayagam
Forum Newbie
Posts: 17
Joined: Wed Jun 08, 2005 5:36 am
Location: Bangalore

Post by senthilnayagam »

you can learn and use this code also

http://www.phpconcept.net/phpzip/index.en.php


i used it in one of my apps where i required to give all the emails chosen by the customer, on the webmail client as a zip file for backup.

besided zip, this can do tar files also both creating and extracting

happy coding :)

regards
Senthilnayagam
Post Reply