checkLevelModal(7); ////////////////////////////////// // EXPORT - CUSTOMER INFO ////////////////////////////////// $customer_cnt = 1; $customerSTR = ""; foreach ($customerArray AS $key=>$value) { //echo "[$key][$value]"; => [0][Waiting][1][Confirmed][E][Declined]... if ($customer_cnt%4 == 0) $divideSTR = ""; else $divideSTR = ""; if ($key == "c_accountno" || $key == "d_inputdate" || $key == "d_quantity") $disableTAG = "disabled"; else $disableTAG = ""; $customerSTR .= " ".$divideSTR; $customer_cnt++; } $customerSTR .= ""; ?>

CUSTOMER Data