I want to retrieve or check whether the "ket_upload" key contains "cash" or "credit" values. Do you have any suggestions?
The data is like this :
Array (
[0] => Array (
[kd_upber] => 54
[kd_p] => 35
[kd_r] => 16
[harga] => 128000000
[type] => 64 Plus
[lokasi] => Ds. PENTADIO BARAT, KEC. TELAGA BIRU
[blok] => D
[no_rumah] => 1
[ket_upload] => credit
[ktp] => NULL
[npwp] => NULL
[kk] => NULL
[skbm] => NULL
[buku_nikah] => NULL
[kpr] => NULL
[tanggal] => 2020-12-31 : 08:19:39
)
[1] => Array (
[kd_upber] => 55
[kd_p] => 35
[kd_r] => 17
[harga] => 150000000
[type] => 64 Plus
[lokasi] => Ds. PENTADIO BARAT, KEC. TELAGA BIRU
[blok] => E
[no_rumah] => 1
[ket_upload] => cash
[ktp] => NULL
[npwp] => NULL
[kk] => NULL
[skbm] => NULL
[buku_nikah] => NULL
[kpr] => NULL
[tanggal] => 2020-12-31 : 08:21:47
)
)