This commit is contained in:
Daniel Muñoz Garcia
2021-06-04 09:14:36 +02:00
committed by GitHub
parent dad530edb4
commit 1f6cd81724
3 changed files with 9 additions and 6 deletions

View File

@ -47,6 +47,7 @@
return $film;
}
//Returns if exist a Film with this id
public function existFilm($id){
$id = $this->mysqli->real_escape_string($id);