Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/04/2011, 16:13
auroracastellanos10
 
Fecha de Ingreso: marzo-2011
Mensajes: 7
Antigüedad: 13 años
Puntos: 0
Respuesta: imprimir datos despues de registro

<?
echo '<tr><td><p>Numero de Matricula:<td><input type = "text" name ="id_est3" value= "'.$fila["id_est3"].'"></td></td></p>';
echo '<td><p>Cedula:<td><input type = "text" name ="cedula_est3" value= "'.$fila["cedula_est3"].'"></td></td></tr></p>';
echo '<tr><td><p>Apellidos:<td><input type = "text" name ="apell_est3" value= "'.$fila["apell_est3"].'"></td></td></p>';
echo '<tr><td><p>Nombres:<td><input type = "text" name ="nom_est3" value= "'.$fila["nom_est3"].'"></td></td></p>';
?>
</table>
<br>
<center><input type="submit" name="Guardar" value="GUARDAR"></center>
<?
}
else
{

?>