Sometimes in web programming when dealing with multiple files or directory download operations, it is better to serve the user with a single zip file rather than let the user manually download the file one by one using direct link download . To overcome this problem, we have to create a zip file on … [Read more...] about How to Zip Files or Folder On The Fly Using PHP
Recent Comments