$dosya = './img/test.jpg';

if(file_exists($dosya)){
echo "Dosya mevcut!";
}