Untitled
unknown
plain_text
a year ago
175 B
12
Indexable
foreach ($data as $item) {
if (isset($item['witel']) && $item['witel'] === 'DENPASAR') {
$countDenpasar++;
}
}
echo $countDenpasar;Editor is loading...
Leave a Comment