checkLevelModal(7); ////////////////////////////////// // EXPORT - OIL HISTORY ////////////////////////////////// $oil_cnt = 2; //$oilSTR = ""; foreach ($oilhistoryArray AS $key=>$value) { //echo "[$key][$value]"; => [0][Waiting][1][Confirmed][E][Declined]... if ($oil_cnt%4 == 0) $divideSTR = ""; else $divideSTR = ""; if ($key == "c_accountno" || $key == "d_inputdate" || $key == "d_quantity") $disableTAG = "disabled"; else $disableTAG = ""; $oilSTR .= " ".$divideSTR; $oil_cnt++; } $oilSTR .= ""; $todayDate = date("Y-m-d"); $thisMonth = date("Y-m")."-01"; ?>

OIL HISTORY Data