dlebowski Posted November 27, 2007 Share Posted November 27, 2007 I know there is a way to automatically decompress a .zip file with php, is there a way for me to upload a .tar file to a directory and have .php decompress it's contents automatically? Thanks for helping me out. Ryan Link to comment https://forums.phpfreaks.com/topic/79125-decompress-tar-file-with-php/ Share on other sites More sharing options...
The Little Guy Posted November 27, 2007 Share Posted November 27, 2007 php function: http://us.php.net/manual/en/function.exec.php and these commands may work: http://fantata.blogspot.com/2007/10/how-to-compress-and-decompress-tar-and.html Link to comment https://forums.phpfreaks.com/topic/79125-decompress-tar-file-with-php/#findComment-400486 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.