system("tar -c mydirectory | gzip > myfile.tar.gz");
header("content-type:application/x-tgz"); system("tar -c mydirectory | gzip -f");