$results=mysql_query("SELECT count(*) as total FROM new where date>'$date' and erisim='1' group by date_format(tarih,'%Y-%m') ");
$array=mysql_fetch_array($results,MYSQL_ASSOC);
echo $array[''];
1 か月あたりのカウント値を取得するには、$array[''] 内に何を入力する必要がありますか?