Google Search

Google Search

HTML/JavaScript

Thursday, September 1, 2011

FIle exists & unlink file

if (file_exists($filename)) {

unlink($filename);
} else {

}

No comments:

Post a Comment