yep that worked, it displays teh names correctly, now onto the next thing 🙂
in the db, everytime the user adds some scores, the number of games that they have chosen gets put into the db along with their scores. so what i need now is to get a total of the column called noofgame, but only for the bowler of the list,
so i think it would go into the:
if ($display == 1) {
}
and echo the <td>$totgame</td></tr>
after the bowler has been been displayed...
for example the bowler called test might have two records one where the noofgame is 4 and another where the noofgame is 6, therefore i want the $totgame to display 10.
ive tried multiple things but they only seem to get the first noofgame and then display that same number for all the bowlers....
any help would be greatly appreciated 🙂