$lista=implode(',',$_POST['seleccion']); mysql_query("DELETE FROM PELICULAS WHERE ID_PELICULA IN(".$lista.")");