Untitled
Anonymous
plain_text
07/30/2024 9:16 AM
236 B
24
Indexable
foreach ($data as $item) {
if (isset($item['witel']) && $item['witel'] === 'DENPASAR') {
$countDenpasar++;
}
}
echo $countDenpasar;Editor is loading...
Leave a Comment