Gestión de Estudiantes
Agregar Estudiante
ID
Nombre
Apellido
Acciones
query("SELECT * FROM matriculas"); while ($row = $result->fetch_assoc()) { echo "
{$row['id']}
{$row['nombre']}
{$row['apellido']}
Editar
Eliminar
"; } ?>
Agregar Estudiante
Nombre
Apellido
Registrar