zi
This commit is contained in:
5
alumnos/delete_post.php
Normal file
5
alumnos/delete_post.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require_once('../models/alumno.php');
|
||||
Alumno::delete($_POST['id']);
|
||||
header("location: /alumnos/index.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user