$result = mysql_query("SELECT SUM(hit) AS toplam FROM oyunlar"); $data = mysql_fetch_array($result); echo $data['toplam'];