How to count the number of record in ophp and diplay them code example
Example: php length of array
<?php
$arr = ["one", "two", "three", "four"];
echo count($arr);
?>
<?php
$arr = ["one", "two", "three", "four"];
echo count($arr);
?>