Codice PHP:
<?
$i 
1;
while (
$team mysql_fetch_assoc($cmdteams)) {
$color $i%2==0?'#ffffff':'#000000';
$i++;
?>
  <tr bgcolor="<?=$color?>">