Je moet ingelogd zijn om te stemmen.
<?php if ($status == "up") { echo '<font color="green">up</font>'; } else { echo '<font color="red">down</font>'; } ?>
<?phpif ($status == "up"){ echo '<font color="green">up</font>';}else{ echo '<font color="red">down</font>';}?>