I was curious on how to unzip files dynamically. What I want to do is copy a zipped file to a folder on my server and dynamically unzip it.
Copying it is no problem
Where I get stuck on is how to unzip the zipped files. I know there are some functions but I was wondering if there were any good tutorials or directions on how to do this.
Thanks for your time.