I would suspect that the user (apache as nobody usually) does not have
permissions to run the bash script...try looking at the permissions to
malign them...
Bastien
From: "Murat Beyhan" <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] how can I execute bash fi
hello,
I try to execute bash script file by using following script
exec('/path/test.sh');
this test.sh file includes the Global Mapping Tools script and
create map.ps file taht is the epicenter distribution file of the earthquakes.
I have obtain epicenters.csv file by using PHP-MYSQ
hello,
I try to execute bash script file by using following script
exec('/path/test.sh');
this test.sh file includes the Global Mapping Tools script and create map.ps
file taht is the epicenter distribution file of the earthquakes.
I have obtain epicenters.csv file by using PHP-MYSQL relation