Re: [PHP] Unable to use exec() in php

2007-06-18 Thread Daniel Brown
On 6/18/07, MIKE YRABEDRA <[EMAIL PROTECTED]> wrote: Is there a special way to allow only a specific user to execute the system_exec() and exec() calls? on 6/18/07 10:31 AM, Daniel Brown at [EMAIL PROTECTED] wrote: > On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote: >> On Monday 18 Ju

Re: [PHP] Unable to use exec() in php

2007-06-18 Thread Daniel Brown
On 6/18/07, Tijnema <[EMAIL PROTECTED]> wrote: On 6/18/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote: > > On Monday 18 June 2007 13:15, makhan wrote: > > > > Stop top posting. > > > > > I am also using shell_exec('matlab -r myscript') to run

Re: [PHP] Unable to use exec() in php

2007-06-18 Thread MIKE YRABEDRA
Is there a special way to allow only a specific user to execute the system_exec() and exec() calls? on 6/18/07 10:31 AM, Daniel Brown at [EMAIL PROTECTED] wrote: > On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote: >> On Monday 18 June 2007 13:15, makhan wrote: >> >> Stop top posting. >

Re: [PHP] Unable to use exec() in php

2007-06-18 Thread Tijnema
On 6/18/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote: > On Monday 18 June 2007 13:15, makhan wrote: > > Stop top posting. > > > I am also using shell_exec('matlab -r myscript') to run > > my matlab script. > > Using shell_exec('matlab -r /path

Re: [PHP] Unable to use exec() in php

2007-06-18 Thread Daniel Brown
On 6/18/07, Crayon Shin Chan <[EMAIL PROTECTED]> wrote: On Monday 18 June 2007 13:15, makhan wrote: Stop top posting. > I am also using shell_exec('matlab -r myscript') to run > my matlab script. Using shell_exec('matlab -r /path/to/myscript') would be a better idea. -- Crayon -- PHP General

Re: [PHP] Unable to use exec() in php

2007-06-17 Thread Crayon Shin Chan
On Monday 18 June 2007 13:15, makhan wrote: Stop top posting. > I am also using shell_exec('matlab -r myscript') to run > my matlab script. Using shell_exec('matlab -r /path/to/myscript') would be a better idea. -- Crayon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP] Unable to use exec() in php

2007-06-17 Thread Jim Lucas
makhan wrote: Thanks jim for your reponse , from no success means I am not able to get any output. I am also using shell_exec('matlab -r myscript') to run my matlab script. I see a new matlab.exe process starting in the windows task manager. And the browser keeps busy trying to open this php page

Re: [PHP] Unable to use exec() in php

2007-06-17 Thread makhan
Thanks jim for your reponse , from no success means I am not able to get any output. I am also using shell_exec('matlab -r myscript') to run my matlab script. I see a new matlab.exe process starting in the windows task manager. And the browser keeps busy trying to open this php page. I have made

Re: [PHP] Unable to use exec() in php

2007-06-17 Thread Jim Lucas
makhan wrote: Hi I am using exec() funtions to run simple commands like exec('date') in php without any success. I am using apache on my windows system. Can someno guid me what could be wrong. I have checked the php.ini file and its not in the safe mode. "without any success" What exactly d

[PHP] Unable to use exec() in php

2007-06-17 Thread makhan
Hi I am using exec() funtions to run simple commands like exec('date') in php without any success. I am using apache on my windows system. Can someno guid me what could be wrong. I have checked the php.ini file and its not in the safe mode. -- View this message in context: http://www.nabble.c