Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2005, 10:11
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Puedes usar system()

Código PHP:
<?php
   system
("tar jxvf archivo.tar.gz");
?>