$result = mysql_query("select sum(hit) from oyunlar"); $data = mysql_fetch_array($result); echo $data[0];