Пример #1
0
           
            <table border="1px">
            <thead>
                <tr>
                    <td>Foto</td>
                    <td>Cedula</td>
                    <td>Nombre</td>
                    <td>Apellidos</td>
                    <td>Teléfono</td>
                    <td>Correo</td>
                    <td>Carrera</td>
                    <td>Opciones</td>
                </tr>
                </thead>
                 <?php 
include "prueba.php";
$con = new conexion();
$con->traerEstudiante();
?>
            </table>   
            <form  action="eliminarEstudiante.php" method="post" id="formularioEstudiante">
               <input type="hidden" name="id" id="id">
           </form>
            <form  action="editarEstudiante.php" method="post" id="formularioEditarEstudiante">
               <input type="hidden" name="edit" id="edit">
           </form>


</div>    
</body>
</html>