<?php system('unzip file.zip'); ?> Above line of script will unpack the file.zip file, in the same directory.
確定! 回上一頁