<html> <head> <title>ThaiCreate.Com PHP Zip</title> </head> <body> <?php $ZipName = "MyFiles/MyZip.zip"; require_once("dZip.inc.php"); // include Class $zip = new dZip($ZipName); // New Class $zip->addFile("thaicreate1.txt", "thaicreate1.txt"); // Source,Destination $zip->addFile("thaicreate2.txt", "thaicreate2.txt"); $zip->addDir("MySub"); // Add Folder $zip->addFile("thaicreate3.txt", "MySub/thaicreate3.txt"); // Add file to Sub $zip->addFile("thaicreate4.txt", "MySub/thaicreate4.txt"); $zip->save(); echo "Zip Successful Click <a href=$ZipName>here</a> to Download"; ?> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท