Re: [PHP] Having trouble executing unzip from PHP script

2001-04-23 Thread David Robley
On Tue, 24 Apr 2001 09:51, Dexter wrote: > Hi PHP ers, > > Cant unzip a file from a PHP script. It does nothing. > > It works on the command line. Added paths to both the zip file and > unzip program nothing happens > > exec("/usr/bin/unzip $IMAGE_TEMP_DIR/phpxXTN3T "); > > Thanks > > Dexter Wha

[PHP] Having trouble executing unzip from PHP script

2001-04-23 Thread Dexter
Hi PHP ers, Cant unzip a file from a PHP script. It does nothing. It works on the command line. Added paths to both the zip file and unzip program nothing happens exec("/usr/bin/unzip $IMAGE_TEMP_DIR/phpxXTN3T "); Thanks Dexter