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

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