sorry for asking such questions , ...........
If u all don't have codings for such cases , could u plz direct me with some steps ?
 
Thank u  
 
#################################################

i used this script to run that abc.pl in command prompt. It is perfectly running.
 
<?php
 

//$ExhibitA = shell_exec('/root/whole/abc.pl');
 
// Perfect.
$ExhibitB = shell_exec('env -i /root/whole/abc.pl');
 
?>
* Actually i need to stop that as well ,
i got this result by ps -e
 
1182 pts/0    00:00:00 abc.pl
so , plz help for that ,
 
thank u
 
curlys
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to