Hi I have some zip files that are downloaded from the web on to the AlterVista server and I have written a PHP script to extract files from the zip. But this aint working. Any help?
Hi I have some zip files that are downloaded from the web on to the AlterVista server and I have written a PHP script to extract files from the zip. But this aint working. Any help?
Have you tried to turn on warnings by putting
error_reporting(E_ALL);
At the top of your script and see what php complains for?