Have anyone seen a script or function that can do the following:
When called it takes all files of a certain extention (ie. *.php), (g)zips it down and makes it available to download.
Im working on a project where i try to encourage people to suggest changes, and would want them to be able to retrieve the sourcecode.
As the project is running on MS server now, but might chage to Linux later, I'd like a platform independant function. I guess it can be done in a external batch-file, but it would be really cool if php could handle it by itself 🙂