Well, first of all, this is my folder structure:
images/ image1.png image11.png image111.png image223.png generate_zip.php
And this is min
change your foreach loop to this to except generate_zip.php
generate_zip.php
foreach ($files as $file) { if($file != "generate_zip.php"){ $zip->addFile($file); } }