Je moet ingelogd zijn om te stemmen.
<?php while ($row = mysql_fetch_assoc($result)) { $i++; if ($i%2 = 0) { echo '<tr style="background-color: red;"><td></td></tr>'; } else { echo '<tr style="background-color: white;"><td></td></tr>'; } } ?>
<?php while ($row = mysql_fetch_assoc($result)){ $i++; if ($i%2 = 0) { echo '<tr style="background-color: red;"><td></td></tr>'; } else { echo '<tr style="background-color: white;"><td></td></tr>'; }} ?>