Keral_Patel
I'll do itRestricted (Chatroom)
- Impact
- 1,449
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.
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.






