Well as usual I am again stuck with a single line of code in my development. I have setup a script which downloads the file automatically every 24hours. The file is in zip format. So I want to have a peice of code that can unzip that file and extract its content on my webserver. I tried zip_open(); but it is not working on my server as they don't have that library installed. Any other ideas would be very helpful. Thanks.
humm... I tried both of this. The first one gives me zip_open function. Which my server doesn't supports and I am on a shared server. The other one is fine but then It is not giving proper results. It is creating an empty zip file in the place of the original instaed of extracting it. So still in the problem.