| 'claim' => $count_businessCyber[$j]['claim'], | 'claim' => $count_businessCyber[$j]['claim'], | ||||
| )); | )); | ||||
| } | } | ||||
| for($j=51;$j>=51;$j++){ | |||||
| for($j=51; ($j < count($count_businessCyber) && $j>=51);$j++){ | |||||
| $total = number_format(floatval(str_replace("RM ", "", $count_businessCyber[$j]['retail_price'])) * 2.5, 2); | $total = number_format(floatval(str_replace("RM ", "", $count_businessCyber[$j]['retail_price'])) * 2.5, 2); | ||||
| array_push($combineData, array( | array_push($combineData, array( | ||||
| 'index' => $count_businessCyber[$j]['index'], | 'index' => $count_businessCyber[$j]['index'], |