Add files via upload

This commit is contained in:
Daniel Muñoz Garcia
2021-04-15 10:18:50 +02:00
committed by GitHub
parent 3e7378d9d9
commit 79ae1b24db
6 changed files with 44 additions and 36 deletions

View File

@ -1,7 +1,7 @@
<?php
include_once('./includes/film_dto.php');
include_once('./includes/formFilm.php');
require_once('../assets/php/dao.php');
include_once('./includes/formFilm.php');
if(isset($_POST['edit_film'])) {
echo'<div class="column size">
<h2>Editar pelicula</h2>
@ -30,7 +30,6 @@
</div>
</form>
</div>';
}
else if(isset($_POST['delete_film'])) {
echo'<div class="column size">