php basics

Friday, June 16, 2006

Lab: Using File Compression Functionality

Purpose: install and use the file-compresion classes

  • Upload a folder called lab15 that contains 5 short text files and a jpg image.
zip_it.php
  • Zips the lab15 folder and its contents with an archive called "lab15.zip".
unzip_it.php
  • Unzips lab15.zip into a floder called unzipped which resides in the same directory as unzip_it.php.

0 Comments:

Post a Comment

<< Home