😧
This commit is contained in:
		
							
								
								
									
										12
									
								
								panel_admin/manage_films/delete_film.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								panel_admin/manage_films/delete_film.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<?php
 | 
			
		||||
    include_once('./includes/film_dto.php');	
 | 
			
		||||
    include_once('./includes/film_dao.php');		
 | 
			
		||||
 | 
			
		||||
    $bd = new FilmDAO("complucine");
 | 
			
		||||
    //siempre accedemos a traves de los nombres de los formularios o div
 | 
			
		||||
    if(isset($_REQUEST['delete_film'])) {    
 | 
			
		||||
            $bd->deleteFilm($_REQUEST['id']); 
 | 
			
		||||
    }
 | 
			
		||||
    header("Location: ../panel_admin/index.php?state=mf");
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user