Código:
<form action="despedirjugador.php" method="post" name="despido" id="despido"> <?php do { ?> <tr> <td bgcolor="#D7D7D7"><div align="left" class="Estilo10"><?php echo $row_Recordset4['desc_puesto']; ?></div></td> <td><div align="left" class="Estilo10"><?php echo $row_Recordset4['jugador']; ?></div></td> <td><div align="center" class="Estilo10 Estilo10"><?php echo $row_Recordset4['desc_equiporig']; ?></div></td> <td><div align="center" class="Estilo10"><?php echo $row_Recordset4['valor']; ?></div></td> <td><div align="center" class="Estilo10"> <input type="checkbox" name="despjugador[]" value="<?php echo $row_Recordset4['id_jugadores'] ?>" /> </div></td> </tr> <?php } while ($row_Recordset4= mysql_fetch_assoc($Recordset4)); ?> </table> <p> <div> <div align="right"> <input name="Submit2" type="submit" value="Despedir" /> </div> </div> </form>