How do I create a ZIP file from this tutorial?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: How do I create a ZIP file from this tutorial?

Post by simonmlewis »

Would it help if I told you my PHP scripts allow me to add products which in turn, add images to the productphotos folder?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How do I create a ZIP file from this tutorial?

Post by Celauran »

Not so much. Maybe someone else with more Windows expertise can chime in. We know the correct file paths are being passed in. We know the files exist. I'd try step debugging the block that's actually creating the zip. I'd also check your log files. My first instinct is a permissions issue, but no clue how that works in Windows.
WadeRichardson
Forum Newbie
Posts: 1
Joined: Sun Nov 22, 2015 7:20 pm

Re: How do I create a ZIP file from this tutorial?

Post by WadeRichardson »

In my eyes, it's just another :P image that you want to include in the zip, you can just append it to the array.
Post Reply