3 years ago by 1
Hi, I am using $result = mysqli_query($conn,"SELECT COUNT(*) FROM prod_catalogue WHERE cat_id ='".$catid."' " ) or die(mysqli_error($this->dblink)); How do i get the actual count from result beca . . .
mysqli php mysql count