Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Jason Wong
On Thursday 28 February 2002 19:09, Gunther E. Biernat wrote: Guys, I'm trying to output the result of a shell command within a page. Problem is, when it's a command with short execution time like echo shell_exec(ls -la); it works fine, but the command I'm really trying to execute takes 2-3

Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Gunther E. Biernat
Hmm, yes, did so, even as the user that the webserver is running as. Switched to another webserver software (caudium) on the same machine and had the script running there, works fine, takes the 2-3 seconds and the output is included as intended. Huh? On Thu, 28 Feb 2002 20:13:24 +0800, Jason

Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Jason Wong
On Thursday 28 February 2002 20:30, Gunther E. Biernat wrote: Hmm, yes, did so, even as the user that the webserver is running as. Switched to another webserver software (caudium) on the same machine and had the script running there, works fine, takes the 2-3 seconds and the output is

Re: [PHP] html output done without result of exec_shell

2002-02-28 Thread Gunther E. Biernat
Weird, built a newer apache version, and it runs like hell. Thanks for your help. On Thu, 28 Feb 2002 22:45:52 +0800, Jason Wong wrote: On Thursday 28 February 2002 20:30, Gunther E. Biernat wrote: Hmm, yes, did so, even as the user that the webserver is running as. Switched to another