mysql count rows php

29

php mysql count rows -

$q="select * from location where community='Zoo' AND status='1'";
$res=mysqli_query($con,$q);
echo mysqli_num_rows($res);

Comments

Submit
0 Comments