hello, how can i extract a zip file with a php command, and have all the files included in the zip file on my directory. Thank you
In unix: exec ("unzip filename.zip");
in windows I guess it's much the same, but using pkunzip. NOT winzip.