How to extract a ZIP file in a server using PHP
Posted: Thu Nov 19, 2009 11:29 pm
Extracting ZIP file in a server using PHP
STEP 1:
Upload the following file to the same location as the ZIP file. STEP 2:
Call function as
Note 1: This will extract the contents to the same folder.
Note 2: Make sure you have write permissions to write to the folder.
STEP 1:
Upload the following file to the same location as the ZIP file. STEP 2:
Call function as
Code: Select all
http://www.coderlink.com/folder1/unzip.php?archive=file.zip
Note 2: Make sure you have write permissions to write to the folder.