I am using the following line of code to unzip a file. The file unzips fine, however the script hangs the server and I cannot figure out why!
I am running WIN 98, PWS, PHP 4.0.4.
Here is the line of code I am using.
<?
exec('c:\pkunzip c:\price.zip c:\inetpub\wwwroot\amrintl\data');
?>
Any help appreciated!
Cheers,
John