Is there any better way to do this code and dont ask why it's in echo's my brother did it that way not sure why but its slow i do want the echo
echo "<table id=\"vote\">";
echo "<th colspan=\"11\">Vote now!</th>";
echo "<tr>";
echo "<td><form action=\"vote.php?id=$id&value=\"0\"\" method=\"post\"><input name=\"value\" value=\"0%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"10\"\" method=\"post\"><input name=\"value\" value=\"10%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"20\"\" method=\"post\"><input name=\"value\" value=\"20%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"30\"\" method=\"post\"><input name=\"value\" value=\"30%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"40\"\" method=\"post\"><input name=\"value\" value=\"40%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"50\"\" method=\"post\"><input name=\"value\" value=\"50%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"60\"\" method=\"post\"><input name=\"value\" value=\"60%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"70\"\" method=\"post\"><input name=\"value\" value=\"70%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"80\"\" method=\"post\"><input name=\"value\" value=\"80%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"90\"\" method=\"post\"><input name=\"value\" value=\"90%\" type=\"submit\"/></form></td>";
echo "<td><form action=\"vote.php?id=$id&value=\"100\"\" method=\"post\"><input name=\"value\" value=\"100%\" type=\"submit\"/></form></td>";
echo "</tr>";
echo "</table>";