<?
 
 
#
 
#    Coded By Jijomon.T [2006-03-29]
 
#
 
 
/*
 
call this script from shell
 
*/
 
include_once('chkprocess.class.php');
 
$chkprocess=new chkscript();
 
$scriptname="test.php"; // replace test.php with the file name u want to check
 
$chkprocess->chkprun($scriptname);
 
?>
 
 |