Add files via upload

This commit is contained in:
Fernando Méndez
2021-04-30 20:49:21 +02:00
committed by GitHub
parent a873ead5db
commit 22c329bb5b
17 changed files with 289 additions and 85 deletions

View File

@ -17,7 +17,7 @@
$film->processesForm(null, null, null, null, null, "show");
function drawFilms($films){
echo "
echo "<div class='column left'>
<table class='alt'>
<thead>
<tr>
@ -60,10 +60,11 @@
</tr>';
}
echo'<tbody>
</table>';
</table>
</div>';
}
function addFilm(){
echo'<div class="column size">
echo'<div class="column right">
<h2>Añadir pelicula</h2>
<form method="post" action="update_film.php">
<div class="row">