Answers for "display sql with count php"

PHP
2

get count sql query in php

$result=mysql_query("SELECT count(*) as total from Students");
$data=mysql_fetch_assoc($result);
echo $data['total'];
Posted by: Guest on February-18-2021
2

php count result query

PHP Count result
Posted by: Guest on July-20-2021

Browse Popular Code Answers by Language