Unzipping with php...
Posted: Sun Dec 16, 2007 5:14 pm
How do I unzip a compressed folder into another directory:
I tried the above line, but it only unzips the version of "test.zip" that is in the current directory.
Thanks!
Code: Select all
exec("unzip /otherdirectory/test.zip");Thanks!