php delete file

37

if(file_exists($file)) {
	unlink($file);
} 

Comments

Submit
0 Comments