Search
From Date: To Date: View All
Admin: View Qpass Cron Report
='".$_REQUEST['search_from_date']."' and Date(start_datetime)<='".$_REQUEST['search_to_date']."' "; } $start=0; if(isset($_GET['start'])) $start=$_GET['start']; $pagesize=50; if(isset($_GET['pagesize'])) $pagesize=$_GET['pagesize']; $order_by='id'; if(isset($_GET['order_by'])) $order_by=$_GET['order_by']; $order_by2='desc'; if(isset($_GET['order_by2'])) $order_by2=$_GET['order_by2']; $sql=$obj->Query("SELECT * from tbl_qpass_cron_log where 1=1 $where order by $order_by $order_by2 limit $start, $pagesize"); $sql2=$obj->query("SELECT * from tbl_qpass_cron_log where 1=1 $where order by $order_by $order_by2",$debug=-1); $reccnt=$obj->numRows($sql2); if($reccnt==0) { ?>
No Record
Records Found.
fetchNextObject($sql)) { $i++; $m=0; ?>
S No. Start Datetime End Datetime Total Success Total Failed
. start_datetime; ?> end_datetime; ?> total_success_payment; ?> total_failed_payment; ?>