Anyone know how i can decompress a tar.gz archive from a php script ito the directory that the script is located in?
exec("tar xvfz /path/to/file.tar.gz");
Fatal error: Call to undefined function: () in
$log = exec("tar xvfz " .$path . $file . "");
$print($log);