"; $query = "select name, count(*) from votes group by name order by count(*) desc;"; $result = @mysql_query($query); ?>
Position Last Name Number of votes $i " . $row[0] . "" . $row[1]; $i += 1; } ?>
"; } } else { echo "I cannot connect.

"; } ?>