unzip 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
yaron
Forum Contributor
Posts: 157
Joined: Fri Aug 22, 2003 8:40 am

unzip files

Post by yaron »

hell all,
I'm using php 4.3.3.
I need to unzip files on my webserver and then relocate the unzipped file (which is actually a folder).
I couldn't find any php support for that in my version (4.3.3).
what function/classes should I use to achive that?

Thx
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

take a look at http://php.net/zip
which os do you use?
Post Reply