Extract ZIP/RAR files with php

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
chrisso
Forum Newbie
Posts: 10
Joined: Sat May 06, 2006 6:50 am

Extract ZIP/RAR files with php

Post by chrisso »

Hi

On my website I'm making a gallery, and when I'm gonna creat a new gallery, I want to upload a ZIP file containing all the pictures, and let the PHP script extract all the pictures to a new folder.

How can I do that?

Thank you in advance
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post by thomas777neo »

Check out this post:

viewtopic.php?t=29027

d11wtq mentions how he extracts the zip file
Post Reply