Delete a file in a directory using PHP

This code will list all of the files within a directory and give the user the option to delete the file.

$entry | Delete
";
}
}
closedir($handle);
}
?>