Unzip folder in php on linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • preetksaini
    New Member
    • Mar 2007
    • 19

    Unzip folder in php on linux

    hello
    can anyone help me out on how can i unzip a folder hich is placed on linux platform using php.

    thank you.
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    You can escape into OS and run gzip or other appropriate command using shell_exec or exec

    Comment

    Working...