HALLO,
was mache ich falsch ich will die datei löschen ???
<?
$file_name=$HTTP_POST_VARS["file_name"];
$dir_="./images";
if (file_exists("$dir_/$file_name")) { echo "<BR><font color="#FF0000"><b>Dateiname schon vorhanden!</b></font><br>";};
if (unlink("$dir_/$file_name")) { echo "<BR><font color="#009966"><b>Gelöscht!</b></font>";};
?>
wenn jemand hat bitte Beispiele. DANKE!