Kóði: Velja allt
function stjornur($v) {
$a = '<img src="images/stjarna.png">';
if($v == 1){echo $a;}else{
if($v == 2){echo $a . $a;}else{
if($v == 3){echo $a . $a . $a;}else{
if($v == 4){echo $a . $a . $a . $a;}else{
if($v == 5){echo $a . $a . $a . $a . $a;}else{
echo "";}
}}}}}