How should I uncompress files in a zip file in a php script in a unix?
I tried - system("unzip test.zip"); - unzip test.zip;
unzip test.zip
it doesn't work?? Why?? Can anybody help!!!!