| if ((date('m/Y', strtotime($b['submission'])) == $month . '/' . $year) && date('d/m/Y', strtotime($b['submission'])) >= '21/12/2020') { | if ((date('m/Y', strtotime($b['submission'])) == $month . '/' . $year) && date('d/m/Y', strtotime($b['submission'])) >= '21/12/2020') { | ||||
| if (strpos($b['address'], 'CYBERJAYA') !== false && $b['contract'] == '24' && $b['package'] == 1) { | if (strpos($b['address'], 'CYBERJAYA') !== false && $b['contract'] == '24' && $b['package'] == 1) { | ||||
| $b['retail_price'] = 999; | $b['retail_price'] = 999; | ||||
| $count_businessCyber[] = $b; | |||||
| } | } | ||||
| $count_businessCyber[] = $b; | |||||
| } else { | } else { | ||||
| $combineData[] = $b; | $combineData[] = $b; | ||||
| } | } |