unlink を使う。
if(file_exists($del_file)){ <font color=red>unlink</font>($del_file)or die('couldnt delete the file'); }
Just another Front-end Engineer
unlink を使う。
if(file_exists($del_file)){ <font color=red>unlink</font>($del_file)or die('couldnt delete the file'); }