Quantcast
Channel: PHP Archives - Virendra's TechTalk
Viewing all articles
Browse latest Browse all 5

How to create a zip file using PHP

$
0
0

Recently I had to write a script to create a zip file containing different files and folders. PHP has a ZipArchive class which can be used easily to create zip files. In this article we will see how to create zip files in PHP. We will create different zip files from different files and folders. […]

The post How to create a zip file using PHP appeared first on Virendra's TechTalk.


Viewing all articles
Browse latest Browse all 5

Trending Articles