perchè non usi mysql_fetch_assoc?
poi potresti già sommare i dati nella query
tipo select idplayer,max(fname) fname ,max(matches_played_mark) matches_played_mark, .....,sum(goal_scored) goal_scored,sum(goal_against) goal_against, ........
from ".$_CONF['tprefix']."players WHERE roster = '$roster' group by idplayer
poi comunque inserisci un indice come ti hanno suggerito sempre che non sia un campo che può valere tipo solo 0 o 1

Rispondi quotando