I have Apache on Win2000 and I need to zip a xls file. The code was previously run on a linux box and looks like this:
Exec("/bin/tar -cvf $name.tar $name");
Exec("/bin/gzip $name.tar");
I now know that I can't run this as win2000 doesn't support it.
Can I run Winzip32.exe?
If so how?
Please help, I have been trying to sort this for weeks and am not php/apache inclined at all.