$count = mysql_query("SELECT COUNT(acikyazi) as toplam FROM uyeler WHERE acikyazi = 1");
$v = mysql_fetch_assoc($count);
echo $v[toplam];