Forum Moderators: coopster

Message Too Old, No Replies

Unzip a File PHP

         

andrewsmd

2:39 pm on Sep 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I need to unzip a file with php and I cannot use the exec function. Can someone give me an example of how to do it. It doesn't have to be step by step, but any detail you provide would be nice. Thanks,

dreamcatcher

6:56 pm on Sep 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try the PHP Script Repository [phpclasses.org], they have some class functions there ready to use.

dc

coopster

11:49 pm on Sep 27, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



The PHP Zip [php.net] manual page may also be of interest. There is a link to examples on that page.