PHP Comentário Supricimer Un Fichier
if(file_exists($file)) {
unlink($file);
}
Friendly Hawk
if(file_exists($file)) {
unlink($file);
}