1. Böyle Deneyin
$filtre=" where vote>='$a5->a' and $ay1 and month(voted)=month(curdate()) and year(voted)=year(curdate()) group by id having count(*)>=' $a1->a' and sum(vote) >=' $a2->a' ";
2. Böyle Deneyin
$filtre=" where vote>={$a5->a} and $ay1 and month(voted)=month(curdate()) and year(voted)=year(curdate()) group by id having count(*)>={ $a1->a} and sum(vote) >={ $a2->a} ";
Zannımca ikisinden birisi sorununuzu çözer