Right now, I'm developing a PHP page that will kill active processes - test.php
Code: Select all
<?
exec('kill -9 $process_id_to_be_killed', $error);
if($error)
{echo "e;Something's wrong"e;;}
else
{echo "e;All is all right"e;;}
?>(xxx.xxx.xxx.xxx/~(my userid)/test.php), nothing happens, meaning that the processes is still alive n kicking!
Any idea guys ( 'N gurls