$file_path = "path/readme.txt"; if(file_exists($file_path)){ echo "el archivo existe"; // y haces mas cosas }else{ // tomas la accion correspondiente }