9
861
$query = mysql_query("SELECT sum(ders) FROM dersler"); $row = mysql_fetch_row($query); echo $row;
echo $row[0];