Re: [PHP] Exec, system, passthru didn't work

2001-07-16 Thread Reuben D Budiardja
On Monday 16 July 2001 10:37 am, you wrote: > > On Monday 16 July 2001 09:42 am, you wrote: > > > > I tried to execute the following command from the web interface using > > > > a system call > > > > /usr/bin/play a_wave_file.wav > > > > > > > > I tried exec, system, passthru, and shell_exec. None

RE: [PHP] Exec, system, passthru didn't work

2001-07-16 Thread scott [gts]
did you try and capture error messages from the system calls? webserver probably doesnt have permission to do what you want it to do. > -Original Message- > From: Reuben D Budiardja [mailto:[EMAIL PROTECTED]] > Subject: [PHP] Exec, system, passthru didn't work > &

Re: [PHP] Exec, system, passthru didn't work

2001-07-16 Thread Rasmus Lerdorf
> I tried to execute the following command from the web interface using a > system call > /usr/bin/play a_wave_file.wav > > I tried exec, system, passthru, and shell_exec. None of them worked, that is > I didn't hear any sound played. Note that I'm sitting here on the server > itself, and tried it

[PHP] Exec, system, passthru didn't work

2001-07-16 Thread Reuben D Budiardja
Hi, I tried to execute the following command from the web interface using a system call /usr/bin/play a_wave_file.wav I tried exec, system, passthru, and shell_exec. None of them worked, that is I didn't hear any sound played. Note that I'm sitting here on the server itself, and tried it with

[PHP] Exec, system, passthru didn't work

2001-07-14 Thread Reuben D Budiardja
Hi, I tried to execute the following command from the web interface using a system call /usr/bin/play a_wave_file.wav I tried exec, system, passthru, and shell_exec. None of them worked, that is I didn't hear any sound played. Note that I'm sitting here on the server itself, and tried it with