<?php
  $titre
=$_REQUEST['titre'];

  
unlink("../../fichiers/$titre");
  
  
header("Location: affiche_liste.php");
?>