Пример #1
0
            <p>Listado de Carreras</p><hr />

            <a href="agregarCarreras.html"><img class="agregar" src="imagenes/agregar.png"/></a> 
             <table border="1px">
            <thead>
                <tr>
                    <td>Código</td>
                    <td>Nombre</td>
                    <td>Sedes</td>
                    <td>Opciones</td>
                </tr>
            </thead>
             <?php 
include "prueba.php";
$con = new conexion();
$con->traerCarrera();
?>
             
           
          </table>   
           <form  action="eliminarCarrera.php" method="post" id="formularioCarrera">
               <input type="hidden" name="id" id="id">
           </form>

            <form  action="editarCarrera.php" method="post" id="formularioEditarCarrera">
               <input type="hidden" name="edit" id="edit">
           </form>
    </div>
</div>   
</body>
</html>