Re: [PHP] Restart process from code?

2002-07-17 Thread Analysis Solutions
On Wed, Jul 17, 2002 at 02:21:27PM -0400, Noah Spitzer-Williams wrote: How do I end the process using exec? Is there an equivalent to NET STOP? Inside the exec(), issue whatever commands you'd type into a command line... exec('NET STOP foo'); --Dan -- PHP classes that make

RE: [PHP] Restart process from code?

2002-07-17 Thread John Holmes
You can use exec(), as long as the user PHP is running as has permission to execute the program... ---John Holmes... -Original Message- From: Noah Spitzer-Williams [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject:

Re: [PHP] Restart process from code?

2002-07-17 Thread Noah Spitzer-Williams
, July 17, 2002 2:18 PM Subject: RE: [PHP] Restart process from code? You can use exec(), as long as the user PHP is running as has permission to execute the program... ---John Holmes... -Original Message- From: Noah Spitzer-Williams [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: [PHP] Restart process from code?

2002-07-17 Thread John Holmes
]] Sent: Wednesday, July 17, 2002 2:10 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php- [EMAIL PROTECTED] Subject: Re: [PHP] Restart process from code? But I would like to restart the process as in it's currently running and I want to end it and then start it again... - Noah

Re: [PHP] Restart process from code?

2002-07-17 Thread Noah Spitzer-Williams
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 2:10 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php- [EMAIL PROTECTED] Subject: Re: [PHP] Restart process from code? But I would like to restart the process as in it's currently running and I want to end