<td align="center" bgcolor="cccccc" width="38%" valign="top"><? while ( ! $arse_yellow_rs->EOF ) { ?>
<a href="http://www.christophermccomas.com/arsenal/player.php?player_id=<?=($arse_yellow_rs->Fields("player_id"))?>" class="text_red_link"><?=($arse_yellow_rs->Fields("player_fname"))?> <?=($arse_yellow_rs->Fields("player_lname"))?></a></font><br>
<? $arse_yellow_rs->MoveNext(); } ?></td>
If there isn't a result for this, how can I get it to display 'None'?