Home > Uncategorized > Untar a tar.gz file in php script

Untar a tar.gz file in php script

how to untar a tar.gz file in php script

  1. <?php
  2.  
  3. system("tar -zxvf filename.tar.gz");
  4.  
  5. ?>

pjdc Uncategorized

  1. No comments yet.
  1. No trackbacks yet.