[PHP] exec, backtics and co.

2001-06-20 Thread Paindavoine, Matthieu (MPAINDAV)
Hello, I have a problem with a php script which contains an exec (identical problem with backtics and similar operators) some programs are simply not executed for example, having a simple 'hello world' program in c++ will work fine, but having a program that writes 'hello world' to a file won't

RE: [PHP] exec, backtics and co.

2001-06-20 Thread scott [gts]
you must have permission to execute/read the binary, and you must give the full location of that binary. -Original Message- From: Paindavoine, Matthieu (MPAINDAV) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 7:26 AM To: '[EMAIL PROTECTED]' Subject: [PHP] exec, backtics

Re: [PHP] exec, backtics and co.

2001-06-20 Thread mailing_list
I have a problem with a php script which contains an exec (identical problem with backtics and similar operators) some programs are simply not executed for example, having a simple 'hello world' program in c++ will work fine, but having a program that writes 'hello world' to a file won't