Re: [PHP] Using Exec Function

2005-06-17 Thread Davide Pasqualini
I just need to understand how I can run Hello.exe Thanks for your help Davide ""Richard Lynch"" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > On Thu, June 16, 2005 6:23 am, Davide Pasqualini said: > > I'm Windows XP Professional SP1, Apache 2.0.50 and PHP 5.0.4 > > I'm t

Re: [PHP] Using Exec Function

2005-06-16 Thread Richard Lynch
On Thu, June 16, 2005 6:23 am, Davide Pasqualini said: > I'm Windows XP Professional SP1, Apache 2.0.50 and PHP 5.0.4 > I'm trying to run a Win32 application using Exec() or Shell_Exec() but it > doesn't work. > > In PHP.INI safe_mode is Off > Apache is running under SYSTEM user > > I also tryed

[PHP] Using Exec Function

2005-06-16 Thread Davide Pasqualini
I'm Windows XP Professional SP1, Apache 2.0.50 and PHP 5.0.4 I'm trying to run a Win32 application using Exec() or Shell_Exec() but it doesn't work. In PHP.INI safe_mode is Off Apache is running under SYSTEM user I also tryed to use backtick operator as shown in http://php.net/manual/en/languag