Array, , $totalPoints. , , mysql_fetch_array(), , . var_dump() $totalPoints, :
Array
(
[0] => 12345
[SUM(UserPoints)] => 12345
)
, , 0 , SUM(UserPoints), echo $totalPoints[0] echo $totalPoints['SUM(UserPoints)'].
mysql_result(). , . . , mysql_fetch_array() :
$totalPoints = mysql_result($result, 0);
mysql_result() PHP .
, mysql_ *, . , PDO , , mysqli, . , ... , . , , . , .
, ... !