i have an SQL query line that is
but i want to count that by using GROUP BY ...
can i count that by using "group by"
Code:
$nopm = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM table_inbox WHERE senderid='".$senderid."' AND flag='0'"));
can i count that by using "group by"
Comment