Array
(
)
Array
(
)
My Handicap is NAN
**handicap is calculated by taking the average of the best 8 score differentials from the most recent 20 scores recorded
Last 20 rounds below
SELECT pcc,roundname,roundclubid,roundtholes,roundid,roundtcolor,
roundplayerid,
(hole1+hole2+hole3+hole4+hole5+hole6+hole7+hole8+hole9+hole10+hole11+hole12+hole13+hole14+hole15+hole16+hole17+hole18) AS Score
FROM `courseroundscores`
INNER JOIN courseround ON courseround.id = courseroundscores.roundid
where roundplayerid= and inactive=0 and status=99
order by courseroundscores.id desc limit 20
Player ID
Round Score
SD
Remove