[ad_1]
just use count(),
$array = array(1,3,2,4,6);
$a=count($array);
echo $a;
[ad_2]
solved PHP : Counting how many element in an array [closed]
[ad_1]
just use count(),
$array = array(1,3,2,4,6);
$a=count($array);
echo $a;
[ad_2]
solved PHP : Counting how many element in an array [closed]