hi , when run this script from the command prompt, it is working.
<?php
shell_exec ('killall -HUP abc.pl');
?>
<html>
<body> Terminated the application ...........!!!! </body>
</html>
but , when it is put this file in a apache web server run via web browser
( accessing a URL with a Link ) it doesn't work . what should i have to do ?
thanx
curlys
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

