How to use zip_open() function in PHP?Sachin Bhardwaj14yAsked Sep 9, 2012, 8:42 AM1.3kGeneralI am trying to run this code But It show warning Msg. Now give me a suggestion how it will work, Plz give me a proper solution.$zip = zip_open("test.zip");zip_read($zip);echo "She is Sweet girl";zip_close($zip);?> Thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.