Re: [PHP] killing server process online

2003-10-08 Thread Nitin
age - From: "Michael P. Carel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 10:13 AM Subject: Re: [PHP] killing server process online > yes i'm running this in a web server, is there any thing i can for this. I > want to kil

Re: [PHP] killing server process online

2003-10-07 Thread Michael P. Carel
yes i'm running this in a web server, is there any thing i can for this. I want to kill a server process in a web browser. > I'm guessing you're attempting to run this from the web server (hence > the tags). Probably the web server doesn't own the process your > attempting to kill. > > Cheers,

Re: [PHP] killing server process online

2003-10-07 Thread Robert Cummings
I'm guessing you're attempting to run this from the web server (hence the tags). Probably the web server doesn't own the process your attempting to kill. Cheers, Rob. On Tue, 2003-10-07 at 23:09, Michael P. Carel wrote: > Hi to all, > > I'm trying to create a script that will kill a server proc

[PHP] killing server process online

2003-10-07 Thread Michael P. Carel
Hi to all, I'm trying to create a script that will kill a server process via PID, but as i run the script it doesnt kill the process . And yet I want to add some error mesage. Here's my sample script: alert("Process Killed")alert("Kill Error: kp; ?>") Is there something wrong w