Re: [PHP] 2 successive commands in one shell_exec?

2008-10-21 Thread Oscar Gosdinski
On Mon, Oct 20, 2008 at 9:16 PM, Govinda <[EMAIL PROTECTED]> wrote: > I mean I need to do that, and so with my very newbie level of understanding > I think I need to have that shell_exec essentially do 2 things at once: > -goto the right dir, and then > -fire the script in that dir. > like these 2

RE: [PHP] 2 successive commands in one shell_exec?

2008-10-20 Thread bruce
e php app has the privs to run the cmd... -Original Message- From: Govinda [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 7:17 PM To: PHP-General List Subject: [PHP] 2 successive commands in one shell_exec? How do we use string shell_exec ( string $cmd ) to hit another cgi scr

[PHP] 2 successive commands in one shell_exec?

2008-10-20 Thread Govinda
How do we use string shell_exec ( string $cmd ) to hit another cgi script from within a PHP page? I mean I need to do that, and so with my very newbie level of understanding I think I need to have that shell_exec essentially do 2 things at once: -goto the right dir, and then -fire the scri