Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php mysql count rows

$q="select * from location where community='Zoo' AND status='1'";
$res=mysqli_query($con,$q);
echo mysqli_num_rows($res);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #mysql #count #rows
ADD COMMENT
Topic
Name
9+1 =