Sachin Bhardwaj

Sachin Bhardwaj

  • NA
  • 15.5k
  • 1.2m

How to use zip_open() function in PHP?

Sep 9 2012 8:42 AM
I 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.

<html>
<body>
<?php
$zip = zip_open("test.zip");
zip_read($zip);
echo "She is Sweet girl";
zip_close($zip);
?>
</body>
</html>

  Thanks