case 'UNIEK':
$UNIEK = $aggregates[$i]['UNIEK'];
p($UNIEK);h1(__LINE__ . ': ' . $i);
//$UNIEK = array_unique($UNIEK);
$txt = count($UNIEK);
break;p= afkorting voor print_r
h1 maak een h1 tag
de array in p heeft 132 records maar de count zegt
Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given
wat loopt er fout?
Jan