Check File exists in a folder in PHP

by satheeshkumar 2012-09-17 15:55:32

Check File exists in a folder in PHP,

if(file_exists($filepath))
{
echo "Exists";
}
else
{
echo "not exists";
}

Tagged in:

700
like
0
dislike
0
mail
flag

You must LOGIN to add comments