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)
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)
The PHP Zip [php.net] manual page may also be of interest. There is a link to examples on that page.