I run a soccer site, I have a MySQL table of goals
NAME | MATCHID | TIME
Despotovski | 1 | 40
Mori | 1 | 34
Mori | 1 | 12
Desptovski | 2 | 87
Maloney | 3 | 71
How would I make a Top Goal Scorers list from a table like this. I assume it has something to do with arrays but I just can't work it out. Basically I need some pointers to start.
,Urc
NAME | MATCHID | TIME
Despotovski | 1 | 40
Mori | 1 | 34
Mori | 1 | 12
Desptovski | 2 | 87
Maloney | 3 | 71
How would I make a Top Goal Scorers list from a table like this. I assume it has something to do with arrays but I just can't work it out. Basically I need some pointers to start.
,Urc