<form action="guardarcalificacionfinal.php" method="post" name="matricula">
<table width="542" border="2" align="left" bordercolor="#6699FF">
<tr>
<th width="91" scope="col"><span class="Estilo7">Cédula</span></th>
<th width="167" scope="col"><span class="Estilo7">Nombre</span></th>
<th width="167" scope="col"><span class="Estilo7"> Apellido </span></th>
<th width="87" class="Estilo6" scope="col">Nota Sobre 100 Ptos. </th>
</tr>
<?php
if (isset($_POST['menu1']))
{
while ($filas=mysql_fetch_array($consulta2))
{
echo'<tr><td>'.$filas["cedula_e"].'</td>';
echo'<td>'.$filas["primer_nombre"].'</td>';
echo'<td>'.$filas["primer_apellido"].'</td>';
echo '<td><input name="textfield" type="text" value="" /></td>';
echo '</select></tr>';
}
}
?>
</table>
<p>
<input type="submit" name="Submit2" value="GUARDAR" />
hasta alli todo me funciona bien, se puede escribir la nota, pero no tengo la menor idea como recibir los datos en guardarcalificacionfinal.php.
Gracias por la ayuda que me puedan dar.
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)