I am looking for an PHP application to untar and unzip files uploaded to an apache webserver. The functions system() and exec() is disabeled so it has to be done in some other way.
/P-O
brotherhood of LAN
12:10 pm on Aug 10, 2009 (gmt 0)
Welcome to the forums polarsson,
PHP has some compression and archive extensions [us3.php.net] that will definitely be able to deal with your ZIP files, not so sure about .tar files though.