RE: [PHP-DB] how can I execute bash file by using exec or system

2005-12-23 Thread Bastien Koert
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

[PHP-DB] how can I execute bash file by using exec or system

2005-12-23 Thread Murat Beyhan
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

[PHP-DB] how can I execute bash file by using exec or system

2005-12-22 Thread Murat Beyhan
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